Skip to content

Commit 70fd08a

Browse files
fix: add aria-label to homepage nav link icon
1 parent 70cf134 commit 70fd08a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default async function RootLayout({
8282
<Navbar
8383
logo={
8484
<div className="flex items-center gap-2">
85-
<img src="/favicon.svg" alt="Happy" className="w-6 h-6" />
85+
<img src="/favicon.svg" alt="Happy Coder homepage" className="w-6 h-6" />
8686
<b className={bricolageGrotesque.className}>Happy</b>
8787
</div>
8888
}

0 commit comments

Comments
 (0)