Refactor text for clarity
Move "Will this process always converge?" to a new line in the instructions for better readability.
This commit is contained in:
parent
81d34ca101
commit
62832a3758
1 changed files with 2 additions and 1 deletions
|
|
@ -298,7 +298,8 @@ const BulgarianSolitaire: React.FC<BulgarianSolitaireProps> = ({ showSocialShare
|
|||
<h1 className="text-4xl font-bold text-foreground">Bulgarian Solitaire</h1>
|
||||
<p className="text-muted-foreground text-lg max-w-3xl mx-auto">
|
||||
Choose a number n, then drag the {totalBoxes} boxes into columns.
|
||||
Click "Play" to simulate the Bulgarian Solitaire process where one box is taken from each non-empty column to form a new column. Will this process always converge?
|
||||
Click "Play" to simulate the Bulgarian Solitaire process where one box is taken from each non-empty column to form a new column. <br />
|
||||
Will this process always converge?
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue