Skip to content

Commit 8eeb139

Browse files
authored
Merge pull request #319 from darwinia-network/new-nav-link
added nav link
2 parents 08028e0 + cefbd22 commit 8eeb139

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/data/menu.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ const getDarwiniaNetworkLinks = (t: TFunction<"translation">): Menu[] => {
8585
path: "https://darwinia.subscan.io/",
8686
isExternalLink: true,
8787
},
88+
{
89+
title: t(localeKeys.subviewExplorer),
90+
path: "https://darwinia.subview.xyz/",
91+
isExternalLink: true,
92+
},
8893
];
8994
};
9095

0 commit comments

Comments
 (0)