Skip to content

Commit

Permalink
remove airdrop page
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowman committed Jan 19, 2024
1 parent 1b41842 commit 33bb2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-ui/components/react/sideHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const SideHeader = () => {
QUICKSILVER
</DrawerHeader>
<DrawerBody>
{['Airdrop', 'Assets', 'Defi', 'Governance', 'Staking'].map((item) => (
{[/*'Airdrop',*/'Assets', 'Defi', 'Governance', 'Staking'].map((item) => (
<Box key={item} mb={4} position="relative">
<Link
href={`/${item.toLowerCase()}`}
Expand Down

0 comments on commit 33bb2f6

Please sign in to comment.