Add line break before note

This commit is contained in:
gpt-engineer-app[bot] 2025-09-05 06:30:23 +00:00
parent 75708dfb44
commit 0a3c273a6f

View file

@ -317,7 +317,7 @@ const CrapsGame: React.FC<CrapsGameProps> = ({
</CardHeader>
<CardContent className="space-y-6">
<p className="text-base text-center text-muted-foreground">
On this page, you can: (a) play the classic game; (b) make your own win/lose conditions and play; (c) simulate the game over a number of rounds to note win/loss statistics and the average game duration. Note that the traditional game of craps continues with different rules after the first throw. Here we just roll until termination with respect to the original conditions.
On this page, you can: (a) play the classic game; (b) make your own win/lose conditions and play; (c) simulate the game over a number of rounds to note win/loss statistics and the average game duration. <br />Note that the traditional game of craps continues with different rules after the first throw. Here we just roll until termination with respect to the original conditions.
</p>
{/* Simulation Controls */}
<Card className="bg-accent/5">