redone 12.3
This commit is contained in:
@@ -5,25 +5,25 @@
|
||||
href="{{ route('language.switch', 'ar') }}"
|
||||
@class([
|
||||
'text-sm px-2 py-1 rounded transition-colors min-h-[32px] flex items-center',
|
||||
'bg-amber-500 text-white font-bold' => app()->getLocale() === 'ar',
|
||||
'text-off-white hover:text-accent' => app()->getLocale() !== 'ar' && $variant === 'dark',
|
||||
'text-body/70 hover:text-body' => app()->getLocale() !== 'ar' && $variant === 'light',
|
||||
'bg-active text-white font-bold' => app()->getLocale() === 'ar',
|
||||
'text-off-white hover:text-cta hover:bg-active-hover' => app()->getLocale() !== 'ar' && $variant === 'dark',
|
||||
'text-body/70 hover:text-body hover:bg-active-hover' => app()->getLocale() !== 'ar' && $variant === 'light',
|
||||
])
|
||||
data-test="language-switch-ar"
|
||||
>
|
||||
العربية
|
||||
</a>
|
||||
<span @class([
|
||||
'text-accent/50' => $variant === 'dark',
|
||||
'text-cta/50' => $variant === 'dark',
|
||||
'text-body/30' => $variant === 'light',
|
||||
])>|</span>
|
||||
<a
|
||||
href="{{ route('language.switch', 'en') }}"
|
||||
@class([
|
||||
'text-sm px-2 py-1 rounded transition-colors min-h-[32px] flex items-center',
|
||||
'bg-amber-500 text-white font-bold' => app()->getLocale() === 'en',
|
||||
'text-off-white hover:text-accent' => app()->getLocale() !== 'en' && $variant === 'dark',
|
||||
'text-body/70 hover:text-body' => app()->getLocale() !== 'en' && $variant === 'light',
|
||||
'bg-active text-white font-bold' => app()->getLocale() === 'en',
|
||||
'text-off-white hover:text-cta hover:bg-active-hover' => app()->getLocale() !== 'en' && $variant === 'dark',
|
||||
'text-body/70 hover:text-body hover:bg-active-hover' => app()->getLocale() !== 'en' && $variant === 'light',
|
||||
])
|
||||
data-test="language-switch-en"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user