style: prettier format
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
79bbbdc4e8
commit
99617f117c
45 changed files with 229 additions and 302 deletions
|
|
@ -16,8 +16,8 @@ import { cn } from '@/shared/lib/utils'
|
|||
|
||||
const SHEET_ITEMS = [
|
||||
{ label: 'Expression Écrite', to: '/simulation/ee' },
|
||||
{ label: 'Expression Orale', to: '/simulation/eo' },
|
||||
{ label: 'Examen blanc', to: '/examen' },
|
||||
{ label: 'Expression Orale', to: '/simulation/eo' },
|
||||
{ label: 'Examen blanc', to: '/examen' },
|
||||
] as const
|
||||
|
||||
export function BottomNav() {
|
||||
|
|
@ -102,10 +102,7 @@ export function BottomNav() {
|
|||
)}
|
||||
>
|
||||
<BookOpen
|
||||
className={cn(
|
||||
'size-5',
|
||||
(isActive('/simulation') || isSheetOpen) && 'text-expria',
|
||||
)}
|
||||
className={cn('size-5', (isActive('/simulation') || isSheetOpen) && 'text-expria')}
|
||||
aria-hidden="true"
|
||||
/>
|
||||
Simuler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue