Skip to content

Commit

Permalink
Fixes 10708: change size of fa-hdd to 2x
Browse files Browse the repository at this point in the history
  • Loading branch information
insert-waffle committed Feb 24, 2022
1 parent c0893c4 commit 57e93e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/hardware/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<li>
<a href="#components" data-toggle="tab">
<span class="hidden-lg hidden-md">
<i class="far fa-hdd" aria-hidden="true"></i>
<i class="far fa-hdd fa-2x" aria-hidden="true"></i>
</span>
<span class="hidden-xs hidden-sm">{{ trans('general.components') }}
{!! ($asset->components->count() > 0 ) ? '<badge class="badge badge-secondary">'.$asset->components->count().'</badge>' : '' !!}
Expand Down

0 comments on commit 57e93e4

Please sign in to comment.