Skip to content

Commit

Permalink
fix: update ITS nav
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe9f8 committed Jan 8, 2024
1 parent 8379308 commit 7c8e54d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/layouts/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ export const getNavigation = (section) => {
href: "/dev/intro",
},
{
title: "Send Tokens",
title: "Cross-Chain Token Transfer",
children: [
{ title: "Overview", href: "/dev/send-tokens/overview" },
{ title: "Introduction", href: "/dev/send-tokens/overview" },
{
title: "Interchain Tokens",
children: [
Expand All @@ -27,6 +27,10 @@ export const getNavigation = (section) => {
title: "Upgrade Token",
href: "/dev/send-tokens/interchain-tokens/upgrade-tokens",
},
{
title: "Rate Limit",
href: "/dev/reference/interchain-token-service-rate-limit",
},
],
}
],
Expand Down Expand Up @@ -155,10 +159,6 @@ export const getNavigation = (section) => {
title: "Testnet Contract Addresses",
href: "/dev/reference/testnet-contract-addresses",
},
{
title: "Interchain Token Service Rate Limit",
href: "/dev/reference/interchain-token-service-rate-limit",
},
{
title: "Transaction Pricing",
href: "/dev/reference/pricing",
Expand Down Expand Up @@ -230,7 +230,7 @@ export const getNavigation = (section) => {
{ title: "Ethereum", href: "/validator/external-chains/ethereum" },
{ title: "Fantom", href: "/validator/external-chains/fantom" },
{ title: "Filecoin", href: "/validator/external-chains/filecoin" },
{ title: "Immutable zkEVM", href: "/validator/external-chains/immutable"},
{ title: "Immutable zkEVM", href: "/validator/external-chains/immutable" },
{ title: "Kava", href: "/validator/external-chains/kava" },
{ title: "Linea", href: "/validator/external-chains/linea" },
{ title: "Mantle", href: "/validator/external-chains/mantle" },
Expand Down

1 comment on commit 7c8e54d

@vercel
Copy link

@vercel vercel bot commented on 7c8e54d Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.