Skip to content

Commit ee43b9e

Browse files
committed
Remove administration images
1 parent 161eb3a commit ee43b9e

8 files changed

Lines changed: 1 addition & 1 deletion

File tree

-6.1 KB
Binary file not shown.
-228 KB
Binary file not shown.
-20.4 KB
Binary file not shown.
-29 KB
Binary file not shown.
-19.9 KB
Binary file not shown.
-11.7 KB
Binary file not shown.
-34 KB
Binary file not shown.

resources/views/components/administration-layout.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</div>
99
<div class="w-full flex flex-row flex-wrap border-t border-gray-200 mt-8 pt-3">
1010

11-
<div class="xl:w-1/5 lg:w-1/4 w-full flex flex-col space-y-5 py-5">
11+
<div class="xl:w-1/5 lg:w-1/4 w-full flex flex-col space-y-5 py-5" wire:ignore>
1212
@foreach($menu as $item)
1313
@if(auth()->user()->hasAnyPermission($item['permissions']))
1414
<a href="{{ route($item['route']) }}" class="w-full px-5 text-lg hover:text-primary-500 border-l-2 border-transparent {{ (Route::is($item['route']) || Route::is($item['route'] . '.*')) ? 'text-primary-500 font-medium border-primary-500' : 'text-gray-500 font-base hover:border-primary-500' }}">

0 commit comments

Comments
 (0)