Skip to content

Commit

Permalink
Update data.ts correct bridge link (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackfisher committed Mar 29, 2024
1 parent b104250 commit 2d79dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ export const navigations: {
},
],
},
{ label: "Bridge", sub: [], link: "https://helixbridge.app/?token_category=ring", isExternal: true },
{ label: "Bridge", sub: [], link: "https://bridge.darwinia.network", isExternal: true },
];

0 comments on commit 2d79dec

Please sign in to comment.