Code edited in Lovable Code Editor
Edited UI in Lovable
This commit is contained in:
parent
1e5ec2add9
commit
68b40be8ec
1 changed files with 3 additions and 3 deletions
|
|
@ -349,12 +349,12 @@ const BulgarianSolitaire: React.FC<BulgarianSolitaireProps> = ({ showSocialShare
|
||||||
<p className="text-muted-foreground text-lg max-w-3xl mx-auto">
|
<p className="text-muted-foreground text-lg max-w-3xl mx-auto">
|
||||||
Choose a number n, then drag the {totalBoxes} boxes into columns. <br />
|
Choose a number n, then drag the {totalBoxes} boxes into columns. <br />
|
||||||
Note that one column can hold multiple boxes. <br />
|
Note that one column can hold multiple boxes. <br />
|
||||||
<span className="border-t border-muted-foreground/30 block w-16 mx-auto my-4"></span>
|
|
||||||
<br />
|
|
||||||
Click "Play" to simulate the Bulgarian Solitaire process. <br />
|
Click "Play" to simulate the Bulgarian Solitaire process. <br />
|
||||||
Here one box is taken from each non-empty column to form a new column.
|
Here one box is taken from each non-empty column to form a new column.
|
||||||
<br />
|
<br />
|
||||||
<em>Will this process always converge?</em>
|
<span className="border-t border-muted-foreground/30 block w-16 mx-auto my-4"></span>
|
||||||
|
<br />
|
||||||
|
Will this process always converge?
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue