From 6bbac09421cf6c3bc697c678808df6692b74dd07 Mon Sep 17 00:00:00 2001 From: jz - synthetix <52280438+jmzwar@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:30:29 +0400 Subject: [PATCH] Revert "Release" --- src/components/Menu/Menu.tsx | 2 +- src/sections/home/hero.tsx | 2 +- src/utils/constants/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Menu/Menu.tsx b/src/components/Menu/Menu.tsx index 9ba83d2f..90292119 100644 --- a/src/components/Menu/Menu.tsx +++ b/src/components/Menu/Menu.tsx @@ -34,7 +34,7 @@ const data: { const externalButtons = [ { - externalLink: 'https://liquidity-synthetix.on.fleek.co/', + externalLink: 'https://liquidity.synthetix.eth.limo/', label: 'Liquidity App', }, ]; diff --git a/src/sections/home/hero.tsx b/src/sections/home/hero.tsx index 40e4285e..07d43471 100644 --- a/src/sections/home/hero.tsx +++ b/src/sections/home/hero.tsx @@ -49,7 +49,7 @@ export const Hero = () => { borderRadius="4px" width="fit-content" onClick={() => - window.open('https://liquidity-synthetix.on.fleek.co/', '_blank') + window.open('https://liquidity.synthetix.eth.limo/', '_blank') } size={{ base: 'lg', md: 'md' }} > diff --git a/src/utils/constants/index.ts b/src/utils/constants/index.ts index 3fec7e34..05d89d56 100644 --- a/src/utils/constants/index.ts +++ b/src/utils/constants/index.ts @@ -2,7 +2,7 @@ export const links = { duneLink: 'https://dune.com/synthetix_community/synthetix-stats', stakingV2: 'https://staking.synthetix.io/', stakingV3: 'https://v3.synthetix.io/', - liquidityApp: 'https://liquidity-synthetix.on.fleek.co/', + liquidityApp: 'https://liquidity.synthetix.eth.limo/', stakingGuide: 'https://docs.synthetix.io/staking/staking-guide', v3IntegrationGuide: 'https://docs.synthetix.io/v/v3/', governanceApp: 'https://governance.synthetix.io/',