diff --git a/src/App.tsx b/src/App.tsx index bc72891..156a953 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -124,7 +124,7 @@ function App() { // --- UI --- return ( -
+

Scratch Card Game

Money: ${money}
Gubble Points: {gubblePoints}
@@ -142,17 +142,18 @@ function App() { upgrades={upgrades} onBuyUpgrade={handleBuyUpgrade} /> -
+
{TIERS.map((tier) => ( - +
+ +
))}
{card && (