Skip to content

Commit 5df1c32

Browse files
committed
wip
1 parent e008355 commit 5df1c32

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

-8 KB
Binary file not shown.

resources/js/layouts/app-navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function AppNavbar({ children, ...props }: React.ComponentProps<typeof Na
3636
<NavbarProvider isOpen={isOpen} onOpenChange={setIsOpen}>
3737
<Navbar {...props}>
3838
<NavbarStart>
39-
<Link href="/" aria-label="Logo">
39+
<Link href="/" aria-label="Goto homepage">
4040
<Logo />
4141
</Link>
4242
</NavbarStart>

0 commit comments

Comments
 (0)