complete story 16.1
This commit is contained in:
@@ -54,6 +54,17 @@
|
||||
>
|
||||
{{ __('navigation.home') }}
|
||||
</a>
|
||||
<a
|
||||
href="{{ route('about') }}"
|
||||
@class([
|
||||
'text-off-white hover:text-cta transition-colors py-2',
|
||||
'border-b-2 border-cta' => request()->routeIs('about'),
|
||||
])
|
||||
wire:navigate
|
||||
data-test="nav-about"
|
||||
>
|
||||
{{ __('navigation.about') }}
|
||||
</a>
|
||||
<a
|
||||
href="{{ route('booking') }}"
|
||||
@class([
|
||||
@@ -156,6 +167,18 @@
|
||||
>
|
||||
{{ __('navigation.home') }}
|
||||
</a>
|
||||
<a
|
||||
href="{{ route('about') }}"
|
||||
@class([
|
||||
'block px-3 py-3 text-off-white hover:text-cta hover:bg-primary-light rounded-md min-h-[44px] flex items-center',
|
||||
'bg-active border-s-2 border-cta' => request()->routeIs('about'),
|
||||
])
|
||||
wire:navigate
|
||||
@click="mobileMenuOpen = false"
|
||||
data-test="mobile-nav-about"
|
||||
>
|
||||
{{ __('navigation.about') }}
|
||||
</a>
|
||||
<a
|
||||
href="{{ route('booking') }}"
|
||||
@class([
|
||||
|
||||
Reference in New Issue
Block a user