food items items-center

This commit is contained in:
hamid zarghami
2025-12-13 16:56:59 +03:30
parent d4ba121a20
commit 8d3a1af415
+2 -2
View File
@@ -74,7 +74,7 @@ const MenuItem = ({ food }: MenuItemProps) => {
}; };
return ( return (
<div className="flex gap-4 w-full h-full"> <div className="flex gap-4 w-full h-full items-center">
<Image <Image
className="rounded-xl w-28 h-28 object-cover" className="rounded-xl w-28 h-28 object-cover"
src={resolvedImage} src={resolvedImage}
@@ -93,7 +93,7 @@ const MenuItem = ({ food }: MenuItemProps) => {
</div> </div>
)} )}
</div> </div>
<div className="inline-flex gap-2 justify-between w-full items-center"> <div className="inline-flex mt-2 gap-2 justify-between w-full items-center">
<span className="w-full text-sm mt-1" dir="ltr"> <span className="w-full text-sm mt-1" dir="ltr">
{formattedPrice} T {formattedPrice} T
</span> </span>