Skip to content

Commit

Permalink
Fixed user icon for tab
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Oct 18, 2022
1 parent 7c34652 commit 2543fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 2543fa6

Please sign in to comment.