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 23ccb71 commit d5ac2caCopy full SHA for d5ac2ca
resources/js/layouts/settings/layout.tsx
@@ -50,7 +50,7 @@ export default function SettingsLayout({ children }: PropsWithChildren) {
50
51
<div className="flex flex-col lg:flex-row lg:space-x-12">
52
<aside className="w-full max-w-xl lg:w-48">
53
- <nav className="flex flex-col space-y-1 space-x-0">
+ <nav className="flex flex-col space-y-1 space-x-0" aria-label="Settings">
54
{sidebarNavItems.map((item, index) => (
55
<Button
56
key={`${typeof item.href === 'string' ? item.href : item.href.url}-${index}`}
0 commit comments