Skip to content

Commit

Permalink
added links
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdetonation committed Aug 7, 2024
1 parent 009592e commit a9a9381
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion components/Topbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit a9a9381

Please sign in to comment.