diff --git a/public/locales/en/footer.json b/public/locales/en/footer.json index f1dfb65..2537119 100644 --- a/public/locales/en/footer.json +++ b/public/locales/en/footer.json @@ -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://hekla.taikoscan.network/" } ] } diff --git a/public/locales/en/header.json b/public/locales/en/header.json index 95e52b1..a308ae9 100644 --- a/public/locales/en/header.json +++ b/public/locales/en/header.json @@ -12,11 +12,11 @@ }, { "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", @@ -24,7 +24,7 @@ "icon": "/img/icons/nav-docs.svg" }, { "name": "Explorer", - "url": "https://katla.taikoscan.network/", + "url": "https://hekla.taikoscan.network/", "icon": "/img/icons/nav-explorer.svg" } ] diff --git a/public/locales/en/solutions.json b/public/locales/en/solutions.json index b0fb7e8..497d34c 100644 --- a/public/locales/en/solutions.json +++ b/public/locales/en/solutions.json @@ -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", @@ -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", @@ -36,7 +36,7 @@ "default": "/img/solutions/item-explorer.png", "webp": "/img/solutions/item-explorer.png" }, - "url": "https://katla.taikoscan.network/" + "url": "https://hekla.taikoscan.network/" } ] }, diff --git a/src/widgets/01-home-screens/ui/01-hero/index.tsx b/src/widgets/01-home-screens/ui/01-hero/index.tsx index 2ba0479..fd6111e 100644 --- a/src/widgets/01-home-screens/ui/01-hero/index.tsx +++ b/src/widgets/01-home-screens/ui/01-hero/index.tsx @@ -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