From 615da3bb402c72c748ad1cd5d9586f14ccfd563f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 23:18:02 +0000 Subject: [PATCH] Update src/app/betting/page.tsx --- src/app/betting/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/betting/page.tsx b/src/app/betting/page.tsx index b1f2610..271b663 100644 --- a/src/app/betting/page.tsx +++ b/src/app/betting/page.tsx @@ -19,6 +19,7 @@ export default function BettingPage() { { id: "2", badge: "Premier", price: "2.10", subtitle: "Team B Win", buttons: [{text: "Bet Now"}], features: ["Fast Payouts", "Live Stats"] } ]} animationType="slide-up" + textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1