mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-16 12:36:48 +00:00
✨ Refactor routing to dashboard with country parameter adjustment
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
<flux:navlist variant="outline">
|
||||
<flux:navlist.group :heading="__('App')" class="grid">
|
||||
<flux:navlist.item icon="home" :href="route_with_country('dashboard')"
|
||||
<flux:navlist.item icon="home" :href="route('dashboard', 'de')"
|
||||
:current="request()->routeIs('dashboard')"
|
||||
wire:navigate>{{ __('Dashboard') }}</flux:navlist.item>
|
||||
</flux:navlist.group>
|
||||
|
||||
Reference in New Issue
Block a user