File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
resources/views/components/layouts/app Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments