Skip to content

Commit 854097b

Browse files
authored
AppLogo class fixed (#72)
1 parent a91ba17 commit 854097b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/AppHeader.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const rightNavItems: NavItem[] = [
109109
</div>
110110

111111
<Link :href="route('dashboard')" class="flex items-center gap-x-2">
112-
<AppLogo class="hidden h-6 xl:block" />
112+
<AppLogo />
113113
</Link>
114114

115115
<!-- Desktop Menu -->

0 commit comments

Comments
 (0)