From a11cebdc55025772a5eec2d786dfce57d21d03d8 Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Sat, 28 Feb 2026 09:02:52 +0000 Subject: [PATCH] a11y: add aria-labels to sidebar footer buttons --- src/components/Sidebar.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 197deff..f177506 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -41,6 +41,7 @@ function SidebarFooter() { onClick={pwa.install} className="inline-flex items-center gap-1 text-[10px] text-pc-accent-light hover:text-[var(--pc-accent)] transition-colors" title="Install app" + aria-label="Install app" > Install @@ -52,6 +53,7 @@ function SidebarFooter() { rel="noopener noreferrer" className="text-pc-text-faint hover:text-pc-text-secondary transition-colors" title="GitHub" + aria-label="GitHub repository" >