Skip to content

Commit

Permalink
feat(website): add link to swap v3 (#14883)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Oct 2, 2023
1 parent 093ae34 commit 145f0d8
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions packages/website/pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,23 @@
"newWindow": true
},
"swap": {
"title": "Swap ↗",
"type": "page",
"href": "https://swap.jolnir.taiko.xyz",
"newWindow": true
"title": "Swap",
"type": "menu",
"items": {
"swap-v2": {
"title": "Swap V2 ↗",
"href": "https://swap.jolnir.taiko.xyz",
"newWindow": true
},
"swap-v3": {
"title": "Swap V3 ↗",
"href": "https://swap-v3.jolnir.taiko.xyz",
"newWindow": true
}
}
},
"block-explorer": {
"title": "Block Explorer ↗",
"title": "Explorer ↗",
"type": "page",
"href": "https://explorer.jolnir.taiko.xyz",
"newWindow": true
Expand Down

0 comments on commit 145f0d8

Please sign in to comment.