Code edited in Lovable Code Editor
Edited UI in Lovable
This commit is contained in:
parent
b6dddec259
commit
ddb1c17cb5
1 changed files with 2 additions and 2 deletions
|
|
@ -392,8 +392,8 @@ const BulgarianSolitaire: React.FC<BulgarianSolitaireProps> = ({ showSocialShare
|
||||||
<p className="text-muted-foreground text-base max-w-3xl mx-auto">
|
<p className="text-muted-foreground text-base 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 />
|
||||||
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 />
|
||||||
<span className="border-t border-muted-foreground/30 block w-16 mx-auto my-4"></span>
|
<span className="border-t border-muted-foreground/30 block w-16 mx-auto my-4"></span>
|
||||||
<br />
|
<br />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue