Skip to content

Commit

Permalink
Merge pull request #283 from Synthetixio/chore/temp-link-fix
Browse files Browse the repository at this point in the history
Chore/temp link change
  • Loading branch information
jmzwar authored Jul 2, 2024
2 parents 22cd558 + 0c6c06f commit 3f4ac97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const data: {

const externalButtons = [
{
externalLink: 'https://liquidity.synthetix.eth.limo/',
externalLink: 'https://liquidity-synthetix.on.fleek.co/',
label: 'Liquidity App',
},
];
Expand Down
6 changes: 4 additions & 2 deletions src/sections/home/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
</Button>
</Flex>
<Box
Expand Down

0 comments on commit 3f4ac97

Please sign in to comment.