From f34dab4872166fc48b40b63f5926d8ec7e48c251 Mon Sep 17 00:00:00 2001 From: Namratha Date: Thu, 4 Jun 2026 02:40:44 +0530 Subject: [PATCH] fix: improve dashboard header keyboard navigation --- src/components/UserAvatar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/UserAvatar.tsx b/src/components/UserAvatar.tsx index 8316f8860..c0cb52850 100644 --- a/src/components/UserAvatar.tsx +++ b/src/components/UserAvatar.tsx @@ -22,7 +22,6 @@ export default function UserAvatar() { aria-label={`Open GitHub profile for ${name}`} target="_blank" rel="noopener noreferrer" - tabIndex={0} className="inline-flex h-10 items-center gap-2 rounded-full border border-[var(--border)] bg-[var(--card)] px-3 text-sm text-[var(--card-foreground)] hover:bg-[var(--control)] transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--accent)]" >