Skip to content

Commit 80172aa

Browse files
committed
Adds ARIA label to settings navigation
1 parent fff1ac3 commit 80172aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/layouts/settings/Layout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const currentPath = typeof window !== undefined ? window.location.pathname : '';
4141

4242
<div class="flex flex-col lg:flex-row lg:space-x-12">
4343
<aside class="w-full max-w-xl lg:w-48">
44-
<nav class="flex flex-col space-y-1 space-x-0">
44+
<nav class="flex flex-col space-y-1 space-x-0" aria-label="Settings">
4545
<Button
4646
v-for="item in sidebarNavItems"
4747
:key="toUrl(item.href)"

0 commit comments

Comments
 (0)