From 178fc5db619ef722a22a0348497a636005510355 Mon Sep 17 00:00:00 2001 From: Maurice Date: Sat, 27 Jun 2026 11:56:31 +0200 Subject: [PATCH] fix(pwa): use the self-contained app icon for the favicon so it shows on dark tabs (#1328) icon-dark.svg is a black logo on a transparent background and is invisible on a dark browser tab strip (e.g. Edge dark mode). Point the favicon at icon.svg, which carries its own dark gradient background and reads on both light and dark chrome; icon-dark.svg keeps its in-app light-mode use. --- client/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/index.html b/client/index.html index 0e50cf50..b52109ea 100644 --- a/client/index.html +++ b/client/index.html @@ -13,7 +13,7 @@ - +