Skip to content

Commit

Permalink
revert to main link
Browse files Browse the repository at this point in the history
  • Loading branch information
jmzwar committed Jul 2, 2024
1 parent 3f4ac97 commit b02e6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.on.fleek.co/',
externalLink: 'https://liquidity.synthetix.eth.limo/',
label: 'Liquidity App',
},
];
Expand Down
2 changes: 1 addition & 1 deletion src/sections/home/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
>
Expand Down

0 comments on commit b02e6f7

Please sign in to comment.