Use history icon

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-12-03 14:22:05 +00:00 committed by Brady Wetherington
parent 183a4d49d8
commit 27fab0f573

View file

@ -135,22 +135,20 @@
<a href="#components" data-toggle="tab" data-tooltip="true" title="{{ trans('general.components') }}">
<i class="fas fa-hdd" style="font-size: 17px" aria-hidden="true"></i>
<span class="badge">
{{ number_format($location->components->count()) }}
</span>
{{ number_format($location->components->count()) }}
</span>
<span class="sr-only">
{{ trans('general.components') }}
</span>
{{ trans('general.components') }}
</span>
</a>
</li>
@endif
@endcan
<li>
<a href="#history" data-toggle="tab">
<span class="hidden-lg hidden-md">
<x-icon type="history" class="fa-2x "/>
</span>
<span class="hidden-xs hidden-sm">
<a href="#history" data-toggle="tab" data-toggle="tab" data-tooltip="true" title="{{ trans('general.history') }}">
<i class="fa-solid fa-clock-rotate-left" style="font-size: 17px" aria-hidden="true"></i>
<span class="sr-only">
{{ trans('general.history') }}
</span>
</a>