Skip to content

Commit 1f05af1

Browse files
committed
Set home link explicitly
1 parent 3784e65 commit 1f05af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/layouts/menu.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<span class="icon-bar"></span>
77
<span class="icon-bar"></span>
88
</button>
9-
<a class="navbar-brand" href>
9+
<a class="navbar-brand" href="{{ route('home') }}">
1010
<x-logo responsive="lg" class="tw:h-full tw:max-w-[170px]" />
1111
</a>
1212
</div>

0 commit comments

Comments
 (0)