Skip to content

Commit 515b002

Browse files
committed
fix spacing
1 parent f560b64 commit 515b002

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/components/layouts/app/header.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class="flex h-full w-full items-center justify-center rounded-lg bg-neutral-200
9999
<flux:navlist variant="outline">
100100
<flux:navlist.group :heading="__('Platform')">
101101
<flux:navlist.item icon="layout-grid" :href="route('dashboard')" :current="request()->routeIs('dashboard')" wire:navigate>
102-
{{ __('Dashboard') }}
102+
{{ __('Dashboard') }}
103103
</flux:navlist.item>
104104
</flux:navlist.group>
105105
</flux:navlist>
@@ -108,11 +108,11 @@ class="flex h-full w-full items-center justify-center rounded-lg bg-neutral-200
108108

109109
<flux:navlist variant="outline">
110110
<flux:navlist.item icon="folder-git-2" href="https://github.com/laravel/livewire-starter-kit" target="_blank">
111-
{{ __('Repository') }}
111+
{{ __('Repository') }}
112112
</flux:navlist.item>
113113

114114
<flux:navlist.item icon="book-open-text" href="https://laravel.com/docs/starter-kits#livewire" target="_blank">
115-
{{ __('Documentation') }}
115+
{{ __('Documentation') }}
116116
</flux:navlist.item>
117117
</flux:navlist>
118118
</flux:sidebar>

0 commit comments

Comments
 (0)