mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
chore: update device header icon
This commit is contained in:
parent
c3f451f6b6
commit
04d089c445
2 changed files with 58 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
:current="request()->routeIs('dashboard')">
|
||||
Dashboard
|
||||
</flux:navbar.item>
|
||||
<flux:navbar.item icon="square-chart-gantt" href="{{ route('devices') }}" wire:navigate
|
||||
<flux:navbar.item icon="trmnl" href="{{ route('devices') }}" wire:navigate
|
||||
:current="request()->routeIs(['devices', 'devices.configure'])">
|
||||
Devices
|
||||
</flux:navbar.item>
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
:current="request()->routeIs('dashboard')" class="m-2">
|
||||
Dashboard
|
||||
</flux:navlist.item>
|
||||
<flux:navbar.item icon="square-chart-gantt" href="{{ route('devices') }}" wire:navigate
|
||||
<flux:navbar.item icon="trmnl" href="{{ route('devices') }}" wire:navigate
|
||||
:current="request()->routeIs('devices')" class="m-2">
|
||||
Devices
|
||||
</flux:navbar.item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue