Code edited in Lovable Code Editor

Edited UI in Lovable
This commit is contained in:
gpt-engineer-app[bot] 2025-08-22 05:06:51 +00:00
parent cbe2461204
commit 81d34ca101

View file

@ -298,7 +298,7 @@ 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, continuing until reaching the triangular configuration (1, 2, 3, ..., n).
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?
</p>
</div>