We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff1ac3 commit 80172aaCopy full SHA for 80172aa
resources/js/layouts/settings/Layout.vue
@@ -41,7 +41,7 @@ const currentPath = typeof window !== undefined ? window.location.pathname : '';
41
42
<div class="flex flex-col lg:flex-row lg:space-x-12">
43
<aside class="w-full max-w-xl lg:w-48">
44
- <nav class="flex flex-col space-y-1 space-x-0">
+ <nav class="flex flex-col space-y-1 space-x-0" aria-label="Settings">
45
<Button
46
v-for="item in sidebarNavItems"
47
:key="toUrl(item.href)"
0 commit comments