Skip to content

Commit

Permalink
Change menu icons
Browse files Browse the repository at this point in the history
  • Loading branch information
reziamini committed Nov 28, 2021
1 parent 686c0ef commit eae21fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/child-sidebar-menu.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@foreach(\EasyPanel\Models\CRUD::active() as $crud)
<li class='sidebar-item @isActive([getRouteName().".{$crud->route}.read", getRouteName().".{$crud->route}.create", getRouteName().".{$crud->route}.update"], "selected")'>
<a class='sidebar-link has-arrow' href="javascript:void(0)" aria-expanded="false">
<i data-feather="{{ get_icon($crud->name) }}" class="feather-icon"></i>
<i class="{{ $crud->icon }}"></i>
<span class="hide-menu">{{ __(\Illuminate\Support\Str::plural(ucfirst($crud->name))) }}</span>
</a>
<ul aria-expanded="false" class="collapse first-level base-level-line">
Expand Down

0 comments on commit eae21fc

Please sign in to comment.