From 3283f301d044bdcd76173557d248a3d1b440383c Mon Sep 17 00:00:00 2001 From: xadyz1 Date: Sun, 26 Jul 2026 21:08:08 +0100 Subject: [PATCH] fix: responsive overflow on mobile, fallback font for Euro rendering, set PWA icon, remove globe emoji --- frontend/landing.html | 14 +++++++------- frontend/manifest.json | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/landing.html b/frontend/landing.html index 945b622..cf70316 100644 --- a/frontend/landing.html +++ b/frontend/landing.html @@ -1006,7 +1006,7 @@
Samsung Tizen
-
🌎
+
Any Browser
@@ -1036,10 +1036,10 @@ Price (15 devices/yr) - €1,188 - €1,440+ - €3,600+ - €1,800+ + €1,188 + €1,440+ + €3,600+ + €1,800+ Free tier @@ -1520,8 +1520,8 @@ const planCardsHtml = publicPlans.map((p, i) => `

${p.display_name}

-
${p.price_monthly > 0 ? '€' + p.price_monthly : 'Free'}${p.price_monthly > 0 ? '/mo' : ''}
- ${p.price_yearly > 0 ? `
or €${p.price_yearly}/year (save ${Math.round((1 - p.price_yearly / (p.price_monthly * 12)) * 100)}%)
` : '
 
'} +
${p.price_monthly > 0 ? "€" + p.price_monthly : 'Free'}${p.price_monthly > 0 ? '/mo' : ''}
+ ${p.price_yearly > 0 ? `
or €${p.price_yearly}/year (save ${Math.round((1 - p.price_yearly / (p.price_monthly * 12)) * 100)}%)
` : '
 
'}