diff --git a/frontend/src/components/CombatViews.tsx b/frontend/src/components/CombatViews.tsx index 85f399b..0d1fea0 100644 --- a/frontend/src/components/CombatViews.tsx +++ b/frontend/src/components/CombatViews.tsx @@ -4,31 +4,31 @@ import { Trophy, Skull } from 'lucide-react'; export function CombatLogView({ result }: { result: CombatResult }) { const won = result.winner === 'player'; return ( -
+
Log — {result.rounds.length} tour{result.rounds.length > 1 ? 's' : ''}
+
{remaining > 0 ? `${remaining} point${remaining > 1 ? 's' : ''} à répartir` : 'Tous les points répartis'}
setName(e.target.value)} - style={{ marginBottom: '1rem' }} maxLength={30} /> -{(mut.error as Error).message}
} + {mut.isError &&{(mut.error as Error).message}
}+
Voici les premières étapes pour bien démarrer ton aventure dans les Marais.
-