Skip to content

Commit

Permalink
fixed the alignment of a couple navbar icons (snipe#5764)
Browse files Browse the repository at this point in the history
  • Loading branch information
arukompas authored and snipe committed Jul 3, 2018
1 parent d7dc4ae commit b30aac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/layouts/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
@can('create', \App\Models\Component::class)
<li {!! (Request::is('components/create') ? 'class="active"' : '') !!}>
<a href="{{ route('components.create') }}">
<i class="fa fa-hdd-o"></i>
<i class="fa fa-hdd-o fa-fw"></i>
{{ trans('general.component') }}
</a>
</li>
Expand Down Expand Up @@ -310,7 +310,7 @@

<li {!! (Request::is('account/requested') ? ' class="active"' : '') !!}>
<a href="{{ route('account.requested') }}">
<i class="fa fa-check fa-disk"></i>
<i class="fa fa-check fa-disk fa-fw"></i>
Requested Assets
</a></li>

Expand Down

0 comments on commit b30aac5

Please sign in to comment.