Scope
Temporarily hide the "Airdrop" link from the top navigation bar. The /airdrop page should remain functional and accessible via direct URL — just not visible in the nav.
This allows continued development and testing of the airdrop features before the public campaign launch.
Fix
Remove or comment out the "Airdrop" nav item in the navbar component. Do NOT delete the /airdrop page or any airdrop functionality.
Files
- `src/components/NavBar.tsx` (or equivalent nav component)
Acceptance Criteria
Scope
Temporarily hide the "Airdrop" link from the top navigation bar. The /airdrop page should remain functional and accessible via direct URL — just not visible in the nav.
This allows continued development and testing of the airdrop features before the public campaign launch.
Fix
Remove or comment out the "Airdrop" nav item in the navbar component. Do NOT delete the /airdrop page or any airdrop functionality.
Files
Acceptance Criteria