Skip to content

Commit a2c726f

Browse files
committed
wip
1 parent 944fd6e commit a2c726f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@
5555
"dev": [
5656
"Composer\\Config::disableProcessTimeout",
5757
"npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"npm run dev\" --names=server,queue,logs,vite"
58-
],
59-
"format": [
60-
"npm run format",
61-
"./vendor/bin/pint"
6258
]
6359
},
6460
"extra": {

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 h-full flex-1 flex-col justify-between space-y-4 py-6">
79+
<div class="flex flex-col justify-between h-full space-y-4 py-6 flex-1">
8080
<nav class="-mx-3 space-y-1">
8181
<Link
8282
v-for="item in mainNavItems"

0 commit comments

Comments
 (0)