Skip to content

Commit

Permalink
Merge pull request #2476 from fluidity-money/develop-remove-airdrop-f…
Browse files Browse the repository at this point in the history
…rom-left-for-now

Remove the airdrop page from the left navbar for now
  • Loading branch information
af-afk authored Jan 10, 2024
2 parents de9843e + 10bcc5d commit e635b8b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions web/app.fluidity.money/app/routes/$network/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import {
DashboardIcon,
GeneralButton,
Trophy,
AirdropIcon,
AssetsIcon,
Text,
Heading,
Expand Down Expand Up @@ -168,13 +167,6 @@ const NAVIGATION_MAP: {
icon: JSX.Element;
};
}[] = [
{
airdrop: {
name: "airdrop",
path: (network: string) => `/${network}/dashboard/airdrop`,
icon: <AirdropIcon />,
},
},
{
home: {
name: "dashboard",
Expand Down

0 comments on commit e635b8b

Please sign in to comment.