From dc8a368785518279b1d1f4cd0c4cc02f32996087 Mon Sep 17 00:00:00 2001 From: Anso Date: Thu, 21 May 2026 21:11:56 -0400 Subject: [PATCH] fix(frontend): wire favicon to existing logo assets (#1146) The previous `` pointed at `/sencho-logo.png`, which is not present in `frontend/public/`, so every page load 404'd the favicon and browser tabs fell back to the generic globe glyph. Point the icon at the two PNGs that actually ship in `frontend/public/` (`sencho-logo-dark.png` and `sencho-logo-light.png`) and let the browser pick the right one via `prefers-color-scheme`. Add an `apple-touch-icon` so iOS home-screen pinning gets a real asset instead of a screenshot. --- frontend/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index 050d566c..75aefc8f 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,7 +3,9 @@ - + + + Sencho