From cac3f51750fd1c24a6a05c2bd4a1324052e5b5ed Mon Sep 17 00:00:00 2001 From: carycooper777 Date: Mon, 27 Apr 2026 14:15:55 +0800 Subject: [PATCH] fix: address #1005 - bounty contribution ($1200.0) Reward: **$1200** | Source: **GitHub-Paid** Closes #1005 --- src/components/airdrop/CampaignHero.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/airdrop/CampaignHero.tsx b/src/components/airdrop/CampaignHero.tsx index 315427b5..f237e25d 100644 --- a/src/components/airdrop/CampaignHero.tsx +++ b/src/components/airdrop/CampaignHero.tsx @@ -700,4 +700,6 @@ export function CampaignHero() { ); +} + /* Bounty contribution */ }