From c24a053c07c5d4045dcc99be434a317d67c9b954 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 18 Mar 2026 21:12:27 +0100 Subject: [PATCH] fix: remove favicon alt text to prevent Firefox flash in site picker Firefox renders alt text while images load from Google's favicon service, causing "Ci" to flash briefly in the 28px container before the icon appears. --- components/dashboard/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx index abd8fc7..c6752d6 100644 --- a/components/dashboard/Sidebar.tsx +++ b/components/dashboard/Sidebar.tsx @@ -132,7 +132,7 @@ function SitePicker({ sites, siteId, collapsed, onExpand, onCollapse, wasCollaps {faviconUrl && !faviconFailed && ( {currentSite?.name setFaviconFailed(true)} />