diff --git a/src/components/Menu/Menu.tsx b/src/components/Menu/Menu.tsx index 90292119..9ba83d2f 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.eth.limo/', + externalLink: 'https://liquidity-synthetix.on.fleek.co/', label: 'Liquidity App', }, ]; diff --git a/src/sections/home/hero.tsx b/src/sections/home/hero.tsx index e5a4094b..40e4285e 100644 --- a/src/sections/home/hero.tsx +++ b/src/sections/home/hero.tsx @@ -48,10 +48,12 @@ export const Hero = () => { p="10px 16px" borderRadius="4px" width="fit-content" - onClick={() => window.open('https://liquidity.synthetix.eth.limo/', '_blank')} + onClick={() => + window.open('https://liquidity-synthetix.on.fleek.co/', '_blank') + } size={{ base: 'lg', md: 'md' }} > - Liquidity App + Liquidity App