Skip to content

Commit

Permalink
fix: fix the swap route in nav menu
Browse files Browse the repository at this point in the history
Signed-off-by: zongzheng <[email protected]>
  • Loading branch information
zongzheng123 committed Dec 21, 2023
1 parent 549544c commit 1f1b614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/landing/navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default {
// desc: "Description of product",
icon: require("@/assets/sources/icons/ticket-icon.svg"),
iconSize: "18px",
to: "/app/xswap",
to: "/landing/xswap",
},
{
name: "XGasplan",
Expand Down

0 comments on commit 1f1b614

Please sign in to comment.