Skip to content

Commit

Permalink
chore: better a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Sep 24, 2023
1 parent f6fab9c commit 23afc42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/ThemeSwitcher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<template #activator="{ on: tooltip }">
<v-btn
alt="Switch theme"
aria-label="Switch theme"
v-bind="attrs"
color="darker"
icon
Expand Down
3 changes: 3 additions & 0 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<template v-else>
<v-btn
alt="Blog"
aria-label="Blog"
color="darker"
text
to="/blog"
Expand All @@ -61,6 +62,7 @@
</v-btn>
<v-btn
alt="Projects"
aria-label="Projects"
color="darker"
text
to="/page/projects"
Expand All @@ -74,6 +76,7 @@
<template #activator="{ on }">
<v-btn
alt="Search"
aria-label="Search"
color="darker"
icon
v-on="on"
Expand Down

0 comments on commit 23afc42

Please sign in to comment.