mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Updated map icons
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a9b306f2d2
commit
67d898e897
|
@ -193,7 +193,7 @@ class LocationPresenter extends Presenter
|
|||
|
||||
public function glyph()
|
||||
{
|
||||
return '<i class="fa fa-map-marker" aria-hidden="true"></i>';
|
||||
return '<i class="fas fa-map-marker-alt" aria-hidden="true"></i>';
|
||||
}
|
||||
|
||||
public function fullName()
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
@endif
|
||||
@if ((isset($location_select)) && ($location_select!='false'))
|
||||
<label class="btn btn-default">
|
||||
<input name="checkout_to_type" value="location" aria-label="checkout_to_type" class="active" type="radio"><i class="fa fa-map-marker" aria-hidden="true"></i> {{ trans('general.location') }}
|
||||
<input name="checkout_to_type" value="location" aria-label="checkout_to_type" class="active" type="radio"><i class="fas fa-map-marker-alt" aria-hidden="true"></i> {{ trans('general.location') }}
|
||||
</label>
|
||||
@endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue