complete story 9.3 with qa tests
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<flux:sidebar.toggle class="lg:hidden" icon="bars-2" inset="left" />
|
||||
|
||||
<a href="{{ route('dashboard') }}" class="ms-2 me-5 flex items-center space-x-2 rtl:space-x-reverse lg:ms-0" wire:navigate>
|
||||
<x-app-logo />
|
||||
<x-app-logo :showText="false" class="p-0" />
|
||||
</a>
|
||||
|
||||
<flux:navbar class="-mb-px max-lg:hidden">
|
||||
@@ -93,7 +93,7 @@
|
||||
<flux:sidebar.toggle class="lg:hidden" icon="x-mark" />
|
||||
|
||||
<a href="{{ route('dashboard') }}" class="ms-1 flex items-center space-x-2 rtl:space-x-reverse" wire:navigate>
|
||||
<x-app-logo />
|
||||
<x-app-logo size="small" :showText="false" class="p-0" />
|
||||
</a>
|
||||
|
||||
<flux:navlist variant="outline">
|
||||
|
||||
Reference in New Issue
Block a user