Skip to content

Commit

Permalink
temp link change
Browse files Browse the repository at this point in the history
  • Loading branch information
jmzwar committed Jul 5, 2024
1 parent 4fa31cf commit 8b91da9
Show file tree
Hide file tree
Showing 3 changed files with 3 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
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.eth.limo/', '_blank')
window.open('https://liquidity-synthetix.on.fleek.co/', '_blank')
}
size={{ base: 'lg', md: 'md' }}
>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.eth.limo/',
liquidityApp: 'https://liquidity-synthetix.on.fleek.co/',
stakingGuide: 'https://docs.synthetix.io/staking/staking-guide',
v3IntegrationGuide: 'https://docs.synthetix.io/v/v3/',
governanceApp: 'https://governance.synthetix.io/',
Expand Down

0 comments on commit 8b91da9

Please sign in to comment.