From c48bf7d7d7e5ea64e761efa511c25288e52fb462 Mon Sep 17 00:00:00 2001 From: Barcode Betty Date: Tue, 31 Mar 2026 04:28:37 +0000 Subject: [PATCH] fix(Dashboard): add sr-only h1 to skeleton to satisfy axe page-has-heading-one The axe-core accessibility scan runs against the page before the auth session resolves, showing DashboardSkeleton instead of real content. DashboardSkeleton had no h1, causing a false-positive 'page-has-heading-one' violation. Co-Authored-By: Paperclip --- src/pages/Dashboard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Dashboard.tsx b/src/pages/Dashboard.tsx index d1e885f..d7c2b9a 100644 --- a/src/pages/Dashboard.tsx +++ b/src/pages/Dashboard.tsx @@ -173,6 +173,7 @@ function AuthenticatedDashboard({ userName }: { userName: string }) { function DashboardSkeleton() { return (
+

Loading CartSnitch…