Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/app/dashboard/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default async function DashboardLayout({
size="icon"
asChild
title="Settings"
aria-label="Settings"
className="hover:bg-muted hover:text-foreground rounded-full w-9 h-9 md:w-10 md:h-10"
>
<Link href="/dashboard/settings">
Expand All @@ -92,6 +93,7 @@ export default async function DashboardLayout({
size="icon"
type="submit"
title="Logout"
aria-label="Logout"
className="hover:bg-red-500/20 hover:text-red-400 rounded-full transition-colors w-9 h-9 md:w-10 md:h-10"
>
<LogOut className="w-5 h-5 md:w-4 md:h-4" />
Expand Down
1 change: 1 addition & 0 deletions src/components/mobile-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export function MobileNav() {
<Link
key={item.href}
href={item.href}
aria-label={item.title}
className="relative flex flex-col items-center justify-center w-12 h-12 sm:w-14 sm:h-14 rounded-xl"
>
{/* Active Background Pill */}
Expand Down