From c021d8ccf6e72f800c2bb688ed208010472b1c9b Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 18 Mar 2026 18:19:40 +0100 Subject: [PATCH] fix: show skeleton placeholder while sites load instead of fallback letter --- components/dashboard/Sidebar.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx index 68b2187..4653cda 100644 --- a/components/dashboard/Sidebar.tsx +++ b/components/dashboard/Sidebar.tsx @@ -117,13 +117,15 @@ function SitePicker({ sites, siteId, collapsed }: { sites: Site[]; siteId: strin className="w-5 h-5 object-contain" onError={() => setFaviconFailed(true)} /> - ) : ( + ) : currentSite ? ( initial + ) : ( + )}