Skip to content

Commit

Permalink
Update hero.tsx
Browse files Browse the repository at this point in the history
add url to hero button
  • Loading branch information
cavalier-eth authored Jun 12, 2024
1 parent c0170d8 commit 20814ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/home/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const Hero = () => {
p="10px 16px"
borderRadius="4px"
width="fit-content"
onClick={onClick}
onClick={() => window.open('https://liquidity.synthetix.eth.limo/', '_blank')}
size={{ base: 'lg', md: 'md' }}
>
Liquidity App
Expand Down

0 comments on commit 20814ec

Please sign in to comment.