Changed font-awesome leading class

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-06-13 18:36:13 -07:00
parent 0153a37cd7
commit 93e4d23143

View file

@ -318,7 +318,7 @@
item_icon = 'fas fa-user';
} else if (value.type == 'location') {
item_destination = 'locations'
item_icon = 'far fa-map-marker-alt';
item_icon = 'fas fa-map-marker-alt';
}
return '<nobr><a href="{{ url('/') }}/' + item_destination +'/' + value.id + '" data-tooltip="true" title="' + value.type + '"><i class="' + item_icon + ' text-{{ $snipeSettings->skin!='' ? $snipeSettings->skin : 'blue' }} "></i> ' + value.name + '</a></nobr>';