From 8b04c739e173c76bc2ebf8577c5b63db92bc50c6 Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Sun, 14 Jun 2026 10:17:20 +0700 Subject: [PATCH] fix(utility): remove mode indicator (button label is enough) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per user: the mode indicator text 'light/dark/auto' next to the toggle button is redundant — the button itself shows the current mode in its label ('◐ auto' / '☀ light' / '☾ dark'). Removed: - from UtilityBar.astro - getElementById('fx-mode-indicator') in applyTheme() JS - (CSS for .fx-mode-indicator stays — minimal cost, no harm) Build: 22 pages, 2.27s. --- src/components/UtilityBar.astro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/UtilityBar.astro b/src/components/UtilityBar.astro index 3be6039..3ec0180 100644 --- a/src/components/UtilityBar.astro +++ b/src/components/UtilityBar.astro @@ -24,7 +24,6 @@ const email = site?.data?.email ?? 'contact@moreminimore.com'; 📅 — — —
- light