From 3bb685d920adc24d6e9a35f26d5ff551603b02ab Mon Sep 17 00:00:00 2001 From: Sewmina Date: Sun, 8 Jun 2025 19:48:08 +0530 Subject: [PATCH] disable bubble shooter --- src/data/games.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/games.ts b/src/data/games.ts index 41f313d..a8dcf4d 100644 --- a/src/data/games.ts +++ b/src/data/games.ts @@ -27,7 +27,7 @@ export const games = [ name:"Bubble Blast", entryFee: "0.05 ETH", thumbnail: "/duelfiassets/Bubble Blast Game Cover Illustration.png", - isAvailable: true + isAvailable: false } ];