fa-fw on settings icon

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-08-23 15:17:25 +01:00
parent c589140ea0
commit d92fa5de65

View file

@ -645,7 +645,7 @@ dir="{{ Helper::determineLanguageDirection() }}">
@can('backend.interact')
<li class="treeview {!! in_array(Request::route()->getName(),App\Helpers\Helper::SettingUrls()) ? ' active': '' !!}">
<a href="#" id="settings">
<x-icon type="settings" />
<x-icon type="settings" class="fa-fw" />
<span>{{ trans('general.settings') }}</span>
<x-icon type="angle-left" class="pull-right fa-fw"/>
</a>