mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Updated fa icon call
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
6ea1a3bacf
commit
7bbee053c6
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue