refactor(theme): update theme to better fit updated logo

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
Miguel Nogueira 2023-02-26 04:37:18 +00:00
parent ea44af003c
commit a3aa444bf9
No known key found for this signature in database
GPG Key ID: 3C6A7E29AF26D370

View File

@ -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