Skip to content

Commit

Permalink
Merge pull request #406 from traPtitech/feat/ariaCurrent
Browse files Browse the repository at this point in the history
ナビゲーションバーにariaCurrent追加
  • Loading branch information
ogu-kazemiya authored Dec 28, 2024
2 parents fc60617 + 5188b8c commit bf5f343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NavigationBar/NavigationLinksItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const isActive = computed(() => {
:to="path"
:class="$style.container"
:data-is-selected="isActive"
:aria-current="isActive ? 'page' : null"
>
<icon
:class="$style.icon"
Expand Down

0 comments on commit bf5f343

Please sign in to comment.