From c0ccb205075baa5419a0ac9ec8bd8d9bb7a2a401 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Mon, 7 Jul 2025 19:38:18 -0400 Subject: [PATCH] Fix double snowflake and add i18n to admin page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove default text from i18n spans to prevent double snowflake on main page - Add i18n support to admin page with language selector - Make admin panel title translatable This ensures the snowflake emoji only appears once as a clickable link, and the translated app name appears separately without its own snowflake. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- public/admin.html | 6 +++++- public/index.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/public/admin.html b/public/admin.html index c4fe7ea..c281bfd 100644 --- a/public/admin.html +++ b/public/admin.html @@ -35,6 +35,9 @@ } })(); + + +
@@ -57,8 +60,9 @@
-

❄️ Great Lakes Ice Report Admin Panel

+

❄️

+
diff --git a/public/index.html b/public/index.html index a99e14f..20bc4f0 100644 --- a/public/index.html +++ b/public/index.html @@ -53,7 +53,7 @@
-

❄️ Great Lakes Ice Report

+

❄️

Community-reported ICEy road conditions and winter hazards (auto-expire after 48 hours)