mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
fix(#10): differentiate between plugins and receipts for more consistent naming
This commit is contained in:
parent
e2fa5c1340
commit
7b9e0991d2
6 changed files with 17 additions and 11 deletions
|
|
@ -22,7 +22,7 @@
|
|||
</flux:navbar.item>
|
||||
<flux:navbar.item icon="puzzle-piece" href="{{ route('plugins.index') }}" wire:navigate
|
||||
:current="request()->routeIs(['plugins.index', 'plugins.markup', 'plugins.api', 'plugins.receipt'])">
|
||||
Plugins
|
||||
Plugins & Receipts
|
||||
</flux:navbar.item>
|
||||
<flux:navbar.item icon="play" href="{{ route('playlists.index') }}" wire:navigate
|
||||
:current="request()->routeIs('playlists.index')">
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
</flux:navbar.item>
|
||||
<flux:navbar.item icon="puzzle-piece" href="{{ route('plugins.index') }}" wire:navigate
|
||||
:current="request()->routeIs('plugins.index')" class="m-2">
|
||||
Plugins
|
||||
Plugins & Receipts
|
||||
</flux:navbar.item>
|
||||
<flux:navbar.item icon="play" href="{{ route('playlists.index') }}" wire:navigate
|
||||
:current="request()->routeIs('playlists.index')" class="m-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue