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
|
@auth
|
||||||
<li class="nav-item">
|
<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>
|
||||||
|
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<form method="POST" action="{{route('logout')}}">
|
<form method="POST" action="{{route('logout')}}">
|
||||||
@csrf
|
@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>
|
</form>
|
||||||
</li>
|
</li>
|
||||||
@endauth
|
@endauth
|
||||||
|
Loading…
x
Reference in New Issue
Block a user