diff --git a/frontend/public/batch1/files_list.json b/frontend/public/batch1/files_list.json index 82f9f07..8dbe018 100644 --- a/frontend/public/batch1/files_list.json +++ b/frontend/public/batch1/files_list.json @@ -15,7 +15,7 @@ "photo": "batch1/Mockup 134.jpg", "price": 25, "size": "Youth-S/M/L/2XL | Adult-S/M/L/2XL", - "inStock": "yes", + "inStock": "no", "favorite": "no", "description": "It's not an option.." }, diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index 3adc04f..1f3e1a5 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -11,6 +11,7 @@ import { Poppins } from "next/font/google"; const Popp = Poppins({ weight: "400", subsets: ["latin"] }); +// improve to drag & drop side cart for more fun export default function Home() { const [isOpen, setIsOpen] = React.useState(false); diff --git a/frontend/src/components/ui/MenuCard/MenuCard.tsx b/frontend/src/components/ui/MenuCard/MenuCard.tsx index 0c3c3eb..0117d11 100644 --- a/frontend/src/components/ui/MenuCard/MenuCard.tsx +++ b/frontend/src/components/ui/MenuCard/MenuCard.tsx @@ -43,20 +43,21 @@ const MenuCard = ({ Menu }: any) => {
{menu_item.description}
-