diff --git a/src/pages/dashboard/giveaway/index.tsx b/src/pages/dashboard/giveaway/index.tsx index c73a5036..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 @@ -788,7 +763,6 @@ const GiveawayPage: React.FC = () => { {loading ? (
-
Loading...

Fetching leaderboard data...

) : ( @@ -797,9 +771,6 @@ const GiveawayPage: React.FC = () => {
@@ -851,7 +822,7 @@ const GiveawayPage: React.FC = () => { ))}
)} - +