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 @@
{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 }) {