Merge pull request #11988 from snipe/fixes/wrong_icons_for_mobile_location_view

Fixed wrong icons for mobile view for locations listing
This commit is contained in:
snipe 2022-10-17 20:14:01 -07:00 committed by GitHub
commit f1c82ca732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
<li class="active"> <li class="active">
<a href="#users" data-toggle="tab"> <a href="#users" data-toggle="tab">
<span class="hidden-lg hidden-md"> <span class="hidden-lg hidden-md">
<i class="fas fa-info-circle fa-2x"></i> <i class="fas fa-users fa-2x"></i>
</span> </span>
<span class="hidden-xs hidden-sm"> <span class="hidden-xs hidden-sm">
{{ trans('general.users') }} {{ trans('general.users') }}
@ -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') }}