Updated Fontawesome to v5

This commit is contained in:
Deon George
2020-05-06 16:30:16 +10:00
parent b3924ea239
commit 87819891a1
8 changed files with 42 additions and 33 deletions

View File

@@ -14,7 +14,7 @@
@if($user->exists)
<img src="{{ Gravatar::get(($user->exists AND $user->email) ? $user->email : 'nobody@example.com') }}" class="img-circle elevation-2" alt="User">
@else
<a name="login" href="{{ url()->current().'?login=1' }}" class="d-block"><i class="pl-1 fa fa-3x fa-lock"></i></a>
<a name="login" href="{{ url()->current().'?login=1' }}" class="d-block"><i class="pl-1 fas fa-lock fa-2x"></i></a>
@endif
</div>