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
|
|
@ -62,8 +62,7 @@ export function MonProfilPreparation({ plan }: Props) {
|
|||
Mon profil de préparation
|
||||
</p>
|
||||
<p className="text-sm text-ink-2">
|
||||
Encore{' '}
|
||||
<span className="font-semibold tabular-nums">{remaining}</span>{' '}
|
||||
Encore <span className="font-semibold tabular-nums">{remaining}</span>{' '}
|
||||
{remaining > 1 ? 'simulations' : 'simulation'} pour débloquer votre profil.
|
||||
</p>
|
||||
<p className="text-xs text-ink-4 tabular-nums">
|
||||
|
|
@ -108,10 +107,7 @@ export function MonProfilPreparation({ plan }: Props) {
|
|||
</p>
|
||||
|
||||
<Button variant="secondary" size="sm" className="w-full">
|
||||
<Link
|
||||
to="/progression"
|
||||
className="-m-1 flex items-center justify-center gap-1.5 p-1"
|
||||
>
|
||||
<Link to="/progression" className="-m-1 flex items-center justify-center gap-1.5 p-1">
|
||||
Voir mon profil de préparation
|
||||
<ArrowRight className="size-3.5" aria-hidden="true" />
|
||||
</Link>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue