Skip to content

Commit

Permalink
feat: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettyong committed Apr 11, 2024
1 parent 65a26e6 commit c724c25
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions public/locales/en/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
"list": [
{
"name": "Bridge",
"url": "https://bridge.katla.taiko.xyz/"
"url": "https://bridge.hekla.taiko.xyz/"
}, {
"name": "Swap",
"url": "https://swap.katla.taiko.xyz/"
"url": "https://swap.hekla.taiko.xyz/"
}, {
"name": "Documentation",
"url": "https://docs.taiko.xyz/"
}, {
"name": "Explorer",
"url": "https://katla.taikoscan.network/"
"url": "https://explorer.hekla.taiko.xyz/"
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions public/locales/en/header.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
},
{
"name": "Bridge",
"url": "https://bridge.katla.taiko.xyz/",
"url": "https://bridge.hekla.taiko.xyz/",
"icon": "/img/icons/nav-bridge.svg"
}, {
"name": "Swap",
"url": "https://swap.katla.taiko.xyz/",
"url": "https://swap.hekla.taiko.xyz/",
"icon": "/img/icons/nav-swap.svg"
}, {
"name": "Documentation",
"url": "https://docs.taiko.xyz/start-here/getting-started",
"icon": "/img/icons/nav-docs.svg"
}, {
"name": "Explorer",
"url": "https://katla.taikoscan.network/",
"url": "https://explorer.hekla.taiko.xyz/",
"icon": "/img/icons/nav-explorer.svg"
}
]
Expand Down
6 changes: 3 additions & 3 deletions public/locales/en/solutions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"default": "/img/solutions/item-bridge.png",
"webp": "/img/solutions/item-bridge.png"
},
"url": "https://bridge.katla.taiko.xyz/"
"url": "https://bridge.hekla.taiko.xyz/"
}, {
"icon": "/img/solutions/icon-swap.svg",
"title": "Swap",
Expand All @@ -27,7 +27,7 @@
"default": "/img/solutions/item-swap.png",
"webp": "/img/solutions/item-swap.png"
},
"url": "https://swap.katla.taiko.xyz/"
"url": "https://swap.hekla.taiko.xyz/"
}, {
"icon": "/img/solutions/icon-explorer.svg",
"title": "Explorer",
Expand All @@ -36,7 +36,7 @@
"default": "/img/solutions/item-explorer.png",
"webp": "/img/solutions/item-explorer.png"
},
"url": "https://katla.taikoscan.network/"
"url": "https://explorer.hekla.taiko.xyz/"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/01-home-screens/ui/01-hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Hero: React.FC = () => {
text={t('hero.bridgeToTaiko')}
animated={{ offset: 0 }}
variant="pink-outlined"
href="https://bridge.katla.taiko.xyz/"
href="https://bridge.hekla.taiko.xyz/"
target="_blank"
component="a"
noArrow
Expand Down

0 comments on commit c724c25

Please sign in to comment.