style: prettier format

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hermann_Kitio 2026-04-23 03:17:16 +03:00
parent 79bbbdc4e8
commit 99617f117c
45 changed files with 229 additions and 302 deletions

View file

@ -44,9 +44,7 @@ export function CritereCard({ critere, erreursCodes }: Props) {
<p className="text-[11px] font-semibold uppercase tracking-widest text-ink-5">
Exemple tiré de votre texte
</p>
<p className="italic text-sm leading-relaxed text-ink-2">
« {critere.exemple} »
</p>
<p className="italic text-sm leading-relaxed text-ink-2">« {critere.exemple} »</p>
</div>
)}
@ -61,7 +59,9 @@ export function CritereCard({ critere, erreursCodes }: Props) {
{critere.astuce && (
<div className="flex gap-2 text-sm text-ink-3">
<span className="shrink-0 text-expria" aria-hidden="true">💡</span>
<span className="shrink-0 text-expria" aria-hidden="true">
💡
</span>
<span>{critere.astuce}</span>
</div>
)}