From a9a9381ff2611ce591b1e2961b34c4d54c2f2e32 Mon Sep 17 00:00:00 2001 From: Detonation <166897641+0xdetonation@users.noreply.github.com> Date: Wed, 7 Aug 2024 20:14:34 +0530 Subject: [PATCH] added links --- components/Topbar.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/components/Topbar.tsx b/components/Topbar.tsx index ccec6f8..733719a 100644 --- a/components/Topbar.tsx +++ b/components/Topbar.tsx @@ -10,9 +10,21 @@ import { currentDate, season2ClaimLaunchDate } from "@/lib/helpers"; const visitorMenuItems = [ { - title: "Airdrop", + title: "Dashboard", link: "/", }, + { + title: "Bridge", + link: "https://bridge.nexis.network", + }, + { + title: "Docs", + link: "https://docs.nexis.network", + }, + { + title: "Community", + link: "https://docs.nexis.network", + }, ] const userMenuItems = [