From 1b59a40bcbc2cab968ac09e43e0c511cd0dbe115 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 10 Jan 2024 16:06:56 +1030 Subject: [PATCH 1/2] Remove the airdrop page from the left navbar for now --- web/app.fluidity.money/app/routes/$network/dashboard.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/web/app.fluidity.money/app/routes/$network/dashboard.tsx b/web/app.fluidity.money/app/routes/$network/dashboard.tsx index eb585bbc9..9cb0b19ff 100644 --- a/web/app.fluidity.money/app/routes/$network/dashboard.tsx +++ b/web/app.fluidity.money/app/routes/$network/dashboard.tsx @@ -168,13 +168,6 @@ const NAVIGATION_MAP: { icon: JSX.Element; }; }[] = [ - { - airdrop: { - name: "airdrop", - path: (network: string) => `/${network}/dashboard/airdrop`, - icon: , - }, - }, { home: { name: "dashboard", From 10bcc5d20032c95f46c0a27f2aa525156700b81c Mon Sep 17 00:00:00 2001 From: user Date: Wed, 10 Jan 2024 16:14:45 +1030 Subject: [PATCH 2/2] Remove AirdropIcon --- web/app.fluidity.money/app/routes/$network/dashboard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app.fluidity.money/app/routes/$network/dashboard.tsx b/web/app.fluidity.money/app/routes/$network/dashboard.tsx index 9cb0b19ff..1812c5838 100644 --- a/web/app.fluidity.money/app/routes/$network/dashboard.tsx +++ b/web/app.fluidity.money/app/routes/$network/dashboard.tsx @@ -30,7 +30,6 @@ import { DashboardIcon, GeneralButton, Trophy, - AirdropIcon, AssetsIcon, Text, Heading,