mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
fa-fw on settings icon
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c589140ea0
commit
d92fa5de65
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue