Skip to content

Commit

Permalink
fix: ensure sidepanel dialog has accessible name
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Oct 25, 2023
1 parent ca4636d commit 90c7083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/app-navigation-mobile-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ onScopeDispose(() => {
<MenuIcon class="mx-3 my-1.5 h-5 w-5" />
</SheetTrigger>
<SheetContent class="overflow-y-auto">
<SheetTitle class="sr-only">Navigation menu</SheetTitle>
<div class="grid divide-y divide-border py-8">
<details v-for="menu of menus" :key="menu.id" class="group py-4" name="menu-accordion">
<summary class="flex cursor-pointer list-none items-center justify-between font-medium">
Expand Down

0 comments on commit 90c7083

Please sign in to comment.