Skip to content

Commit

Permalink
fix: a11y on logo link
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Mar 7, 2024
1 parent 24af2bc commit a3f6900
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ const blur = () => {
<nav>
<ul>
<li>
<router-link to="/" aria-roledescription="logo"
<router-link
to="/"
aria-roledescription="logo"
aria-label="Click the logo to go home"
><strong>{{ appName }}</strong></router-link
>
</li>
Expand Down

0 comments on commit a3f6900

Please sign in to comment.