Updated fa icon call

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-05-29 19:19:45 +01:00
parent 6ea1a3bacf
commit 7bbee053c6

View file

@ -321,7 +321,7 @@
@if (($asset->model->manufacturer) && ($asset->model->manufacturer->warranty_lookup_url!=''))
<li>
<i class="far fa-wrench" aria-hidden="true"></i>
<i class="fa-solid fa-wrench" aria-hidden="true"></i>
<a href="{{ $asset->present()->dynamicWarrantyUrl() }}" target="_blank">
{{ $asset->present()->dynamicWarrantyUrl() }}
<i class="fa fa-external-link" aria-hidden="true"><span class="sr-only">{{ trans('admin/hardware/general.mfg_warranty_lookup', ['manufacturer' => $asset->model->manufacturer->name]) }}</span></i>