Skip to content

Commit

Permalink
Merge pull request #50 from samuelralak/consensustip-link
Browse files Browse the repository at this point in the history
Problem: Link to consensus not working
  • Loading branch information
gsovereignty authored Oct 29, 2023
2 parents a508dd2 + 5b4aa63 commit d0e716e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/routes/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,9 @@ const menu: INavigationLink[] = [
title: "Tools",
children: [
{
url: "/consensustip",
url: `${base}/consensustip`,
title: "Consensus Tip State",
},
{
url: "/",
title: "Link 2",
},
{
url: "/",
title: "Link 3",
},
],
},
{
Expand Down

0 comments on commit d0e716e

Please sign in to comment.