Skip to content

Commit

Permalink
Update menu and fix link (#414)
Browse files Browse the repository at this point in the history
* update menu

* fix link
  • Loading branch information
hackfisher authored Apr 26, 2024
1 parent 258a5a0 commit 769d44f
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions src/components/Header/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,26 @@ export const navigations: {
link: "/get-ring",
isExternal: false,
},
{
label: "Stake RING",
link: "https://docs.darwinia.network/build/getting-started/staking/",
isExternal: true,
},
{
label: "Apps",
link: "https://apps.darwinia.network/",
isExternal: true
},
{
label: "Collator Staking",
link: "https://collator-staking.darwinia.network/",
isExternal: true,
},
{
label: "Explorer",
link: "https://darwinia.subscan.io",
isExternal: true,
},
{
label: "Govenance",
link: "https://darwinia2.subsquare.io/",
isExternal: true,
},
{
label: "Bridge",
link: "https://bridge.darwinia.network",
Expand All @@ -36,7 +46,7 @@ export const navigations: {
{ label: "What Is Darwinia", link: "https://docs.darwinia.network/", isExternal: true },
{
label: "What Is RING",
link: "https://docs.darwinia.network/ring/",
link: "https://docs.darwinia.network/community/ringdao/#other-utilities-of-ring",
isExternal: true,
},
{ label: "News & Updates", link: "https://medium.com/darwinianetwork", isExternal: true },
Expand All @@ -59,6 +69,11 @@ export const navigations: {
link: "https://docs.msgport.xyz/build/use-cases/overview/",
isExternal: true,
},
{
label: "Runtime(dotapps.io)",
link: "https://cloudflare-ipfs.com/ipns/dotapps.io/?rpc=wss%3A%2F%2Frpc.darwinia.network#/chainstate",
isExternal: true,
},
{
label: "Run A Node",
link: "https://docs.darwinia.network/build/chain/run-collator-node/",
Expand Down

0 comments on commit 769d44f

Please sign in to comment.