Skip to content

Commit

Permalink
Merge pull request #11988 from snipe/fixes/wrong_icons_for_mobile_loc…
Browse files Browse the repository at this point in the history
…ation_view

Fixed wrong icons for mobile view for locations listing
  • Loading branch information
snipe committed Oct 18, 2022
2 parents 1ec3039 + 2543fa6 commit f1c82ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/views/locations/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<li class="active">
<a href="#users" data-toggle="tab">
<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 class="hidden-xs hidden-sm">
{{ trans('general.users') }}
Expand All @@ -46,7 +46,7 @@
<li>
<a href="#accessories" data-toggle="tab">
<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 class="hidden-xs hidden-sm">
{{ trans('general.accessories') }}
Expand All @@ -58,7 +58,7 @@
<li>
<a href="#consumables" data-toggle="tab">
<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 class="hidden-xs hidden-sm">
{{ trans('general.consumables') }}
Expand All @@ -70,7 +70,7 @@
<li>
<a href="#components" data-toggle="tab">
<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 class="hidden-xs hidden-sm">
{{ trans('general.components') }}
Expand Down Expand Up @@ -144,7 +144,7 @@ class="table table-striped snipe-table"

</div><!-- /.table-responsive -->
</div><!-- /.tab-pane -->



<div class="tab-pane" id="accessories">
Expand Down

0 comments on commit f1c82ca

Please sign in to comment.