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 f1c4c46 commit fea01f5Copy full SHA for fea01f5
resources/js/layouts/settings/layout.tsx
@@ -50,6 +50,7 @@ export default function SettingsLayout({ children }: PropsWithChildren) {
50
})}
51
>
52
<Link href={item.href} prefetch>
53
+ {item.icon && <item.icon className="h-4 w-4" />}
54
{item.title}
55
</Link>
56
</Button>
0 commit comments