refactor(theme): update theme to better fit updated logo
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
parent
ea44af003c
commit
a3aa444bf9
@ -86,13 +86,13 @@
|
||||
|
||||
@auth
|
||||
<li class="nav-item">
|
||||
<button type="button" class="btn btn-info" onclick="window.location.href='{{route('dashboard')}}'">{{__('Dashboard')}}</button>
|
||||
<button type="button" class="btn btn-dark" onclick="window.location.href='{{route('dashboard')}}'">{{__('Dashboard')}}</button>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<form method="POST" action="{{route('logout')}}">
|
||||
@csrf
|
||||
<button type="submit" class="btn btn-danger"><i class="fa fa-power-off"></i>{{__('Sign out')}}</button>
|
||||
<button type="submit" class="btn btn-outline-danger"><i class="fa fa-power-off"></i> {{__('Sign out')}}</button>
|
||||
</form>
|
||||
</li>
|
||||
@endauth
|
||||
|
Loading…
x
Reference in New Issue
Block a user