Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 60268e8

Browse files
authored
Merge pull request #13 from cleaniquecoders/develop
Show menu when authenticated
2 parents 48be3ad + db1decb commit 60268e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@include('components.navigations.nav-header')
2-
@include('components.navigations.nav-menus')
2+
@includeWhen(user(), 'components.navigations.nav-menus')

0 commit comments

Comments
 (0)