menu item smaller price
This commit is contained in:
Generated
+587
-187
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -32,7 +32,7 @@
|
|||||||
"leaflet": "^1.9.4",
|
"leaflet": "^1.9.4",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"lucide-react": "^0.525.0",
|
"lucide-react": "^0.525.0",
|
||||||
"next": "15.3.4",
|
"next": "^15.5.6",
|
||||||
"next-i18n-router": "^5.5.3",
|
"next-i18n-router": "^5.5.3",
|
||||||
"next-pwa": "^5.6.0",
|
"next-pwa": "^5.6.0",
|
||||||
"next-usequerystate": "^1.20.0",
|
"next-usequerystate": "^1.20.0",
|
||||||
|
|||||||
@@ -37,8 +37,8 @@ const MenuItem = ({ food }: MenuItemProps) => {
|
|||||||
{food.contains}
|
{food.contains}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="inline-flex justify-between w-full items-end">
|
<div className="inline-flex gap-2 justify-between w-full items-center">
|
||||||
<span className="w-full" dir="ltr">{food.price} T</span>
|
<span className="w-full text-sm mt-1" dir="ltr">{food.price} T</span>
|
||||||
<motion.div
|
<motion.div
|
||||||
whileTap={{ scale: 1.05 }}
|
whileTap={{ scale: 1.05 }}
|
||||||
className="bg-background active:drop-shadow-xs max-w-[115px] rounded-md w-full h-8 inline-flex p-1 justify-between items-center gap-2"
|
className="bg-background active:drop-shadow-xs max-w-[115px] rounded-md w-full h-8 inline-flex p-1 justify-between items-center gap-2"
|
||||||
|
|||||||
Reference in New Issue
Block a user