mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed incorrect icons for mobile view on location tabs
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
1ec303931a
commit
7c34652da0
|
@ -46,7 +46,7 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="#accessories" data-toggle="tab">
|
<a href="#accessories" data-toggle="tab">
|
||||||
<span class="hidden-lg hidden-md">
|
<span class="hidden-lg hidden-md">
|
||||||
<i class="fas fa-barcode fa-2x" aria-hidden="true"></i>
|
<i class="fas fa-keyboard fa-2x" aria-hidden="true"></i>
|
||||||
</span>
|
</span>
|
||||||
<span class="hidden-xs hidden-sm">
|
<span class="hidden-xs hidden-sm">
|
||||||
{{ trans('general.accessories') }}
|
{{ trans('general.accessories') }}
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="#consumables" data-toggle="tab">
|
<a href="#consumables" data-toggle="tab">
|
||||||
<span class="hidden-lg hidden-md">
|
<span class="hidden-lg hidden-md">
|
||||||
<i class="fas fa-barcode fa-2x" aria-hidden="true"></i>
|
<i class="fas fa-tint fa-2x" aria-hidden="true"></i>
|
||||||
</span>
|
</span>
|
||||||
<span class="hidden-xs hidden-sm">
|
<span class="hidden-xs hidden-sm">
|
||||||
{{ trans('general.consumables') }}
|
{{ trans('general.consumables') }}
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="#components" data-toggle="tab">
|
<a href="#components" data-toggle="tab">
|
||||||
<span class="hidden-lg hidden-md">
|
<span class="hidden-lg hidden-md">
|
||||||
<i class="fas fa-barcode fa-2x" aria-hidden="true"></i>
|
<i class="fas fa-hdd fa-2x" aria-hidden="true"></i>
|
||||||
</span>
|
</span>
|
||||||
<span class="hidden-xs hidden-sm">
|
<span class="hidden-xs hidden-sm">
|
||||||
{{ trans('general.components') }}
|
{{ trans('general.components') }}
|
||||||
|
|
Loading…
Reference in a new issue