Skip to content

Commit 136df43

Browse files
committed
fix: fun the format command
1 parent 365ae43 commit 136df43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const rightNavItems: NavItem[] = [
7676
<SheetHeader class="flex justify-start text-left">
7777
<AppLogoIcon class="size-6 fill-current text-black dark:text-white" />
7878
</SheetHeader>
79-
<div class="flex flex-col justify-between h-full space-y-4 py-6 flex-1">
79+
<div class="flex h-full flex-1 flex-col justify-between space-y-4 py-6">
8080
<nav class="-mx-3 space-y-1">
8181
<Link
8282
v-for="item in mainNavItems"

0 commit comments

Comments
 (0)