Updated map icons

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-09-24 14:30:36 -07:00
parent a9b306f2d2
commit 67d898e897
2 changed files with 2 additions and 2 deletions

View file

@ -193,7 +193,7 @@ class LocationPresenter extends Presenter
public function glyph() 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() public function fullName()

View file

@ -14,7 +14,7 @@
@endif @endif
@if ((isset($location_select)) && ($location_select!='false')) @if ((isset($location_select)) && ($location_select!='false'))
<label class="btn btn-default"> <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> </label>
@endif @endif