feat: add mobile-responsive login/dashboard button and adjust header desktop visibility settings
This commit is contained in:
parent
3f8ca0c6d9
commit
8f2473f5d0
@ -54,10 +54,16 @@ class="nav-link {{ Route::is('announcement') ? 'active' : '' }}">Pengumuman</a>
|
||||
<a wire:navigate href="{{ route('contact-us') }}"
|
||||
class="nav-link {{ Route::is('contact-us') ? 'active' : '' }}">Kontak</a>
|
||||
</li>
|
||||
<li class="nav-item d-lg-none mt-3 mb-2">
|
||||
<a href="{{ route('filament.dashboard.auth.login') }}"
|
||||
class="btn btn-large btn-transparent-white-light btn-rounded text-transform-none border-1 w-100 text-center">
|
||||
{{ auth()->check() ? 'Dasbor' : 'Masuk' }}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-auto col-xxl-3 col-lg-2 text-end d-none d-sm-flex">
|
||||
<div class="col-auto col-xxl-3 col-lg-2 text-end d-none d-lg-flex">
|
||||
<div class="header-icon">
|
||||
<div class="header-button">
|
||||
<a href="{{ route('filament.dashboard.auth.login') }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user