From 3fda93d1d68fd02c37e1258751b013ae51a2e137 Mon Sep 17 00:00:00 2001 From: steam_bell_92 Date: Sat, 9 May 2026 21:41:51 +0530 Subject: [PATCH 1/2] Removed loading.. texting from loading animation on giveaway page --- src/pages/dashboard/giveaway/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/dashboard/giveaway/index.tsx b/src/pages/dashboard/giveaway/index.tsx index c73a5036..458664f1 100644 --- a/src/pages/dashboard/giveaway/index.tsx +++ b/src/pages/dashboard/giveaway/index.tsx @@ -788,7 +788,6 @@ const GiveawayPage: React.FC = () => { {loading ? (
-
Loading...

Fetching leaderboard data...

) : ( From c000f187e4a41f75c2c012cdb1edead342a4ca13 Mon Sep 17 00:00:00 2001 From: steam_bell_92 Date: Sat, 9 May 2026 23:02:08 +0530 Subject: [PATCH 2/2] Removes loading text on giveaway page --- src/pages/dashboard/giveaway/index.tsx | 42 +++++--------------------- 1 file changed, 7 insertions(+), 35 deletions(-) diff --git a/src/pages/dashboard/giveaway/index.tsx b/src/pages/dashboard/giveaway/index.tsx index 458664f1..b2099c59 100644 --- a/src/pages/dashboard/giveaway/index.tsx +++ b/src/pages/dashboard/giveaway/index.tsx @@ -564,21 +564,13 @@ const GiveawayPage: React.FC = () => { }> = ({ icon, title, valueText, description }) => (
{icon}

{title}

- +

{description}

@@ -725,12 +717,7 @@ const GiveawayPage: React.FC = () => {
- +

🎁 Giveaway @@ -739,16 +726,10 @@ const GiveawayPage: React.FC = () => { Participate in exclusive giveaways and win exciting prizes!

- +
{/* Giveaway Stats Grid */} - +
{ valueText="3" description="Winners per giveaway" /> - +
{/* Giveaway Leaderboard */} - +

🎁 Giveaway Leaderboard @@ -796,9 +771,6 @@ const GiveawayPage: React.FC = () => {
@@ -850,7 +822,7 @@ const GiveawayPage: React.FC = () => { ))}
)} - +