Skip to content

Commit

Permalink
Remove the airdrop page from the left navbar for now
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Jan 10, 2024
1 parent de9843e commit 1b59a40
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions web/app.fluidity.money/app/routes/$network/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,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 1b59a40

Please sign in to comment.