Skip to content

Commit

Permalink
Merge pull request #570 from DeXter-on-Radix/add-roadmap-to-navbar
Browse files Browse the repository at this point in the history
Add roadmap to navbar
  • Loading branch information
dcts authored Aug 30, 2024
2 parents ca8d20b + ba1d598 commit a647584
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ const NavItems: { path: string; title: string }[] = [
path: "/rewards",
title: "rewards",
},
{
path: "/roadmap",
title: "roadmap",
},
];

export function Navbar() {
Expand Down

0 comments on commit a647584

Please sign in to comment.