diff --git a/connect_frontend/menu-app/index.html b/connect_frontend/menu-app/index.html index ef9743b..f554d8e 100644 --- a/connect_frontend/menu-app/index.html +++ b/connect_frontend/menu-app/index.html @@ -6,7 +6,7 @@ Menu - +
diff --git a/connect_frontend/menu-app/src/components/primitives.jsx b/connect_frontend/menu-app/src/components/primitives.jsx index dbc7537..550fbab 100644 --- a/connect_frontend/menu-app/src/components/primitives.jsx +++ b/connect_frontend/menu-app/src/components/primitives.jsx @@ -163,10 +163,10 @@ export function Price({ product, large }) { return (
{discounted && ( - {eur(base)} + {eur(base)} )} {eur(now)} diff --git a/connect_frontend/menu-app/src/pages/MenuPage.jsx b/connect_frontend/menu-app/src/pages/MenuPage.jsx index b0af314..7f33ba0 100644 --- a/connect_frontend/menu-app/src/pages/MenuPage.jsx +++ b/connect_frontend/menu-app/src/pages/MenuPage.jsx @@ -102,7 +102,7 @@ function Sheet({ open, onClose, children, maxH = '88vh' }) { onClick={onClose} />
{children} @@ -271,7 +271,7 @@ function ProductCard({ product, category, lang, t, onOpen, onAdd, qty }) { {desc}

-
+
@@ -279,7 +279,7 @@ function ProductCard({ product, category, lang, t, onOpen, onAdd, qty }) {