Skip to content

Commit

Permalink
Merge pull request #284 from Synthetixio/staging
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
cavalier-eth authored Jul 2, 2024
2 parents 7cc08c5 + 3f4ac97 commit 1f32092
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file added public/ultrasound-metatag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 1f32092

Please sign in to comment.