Skip to content

Commit

Permalink
update cards
Browse files Browse the repository at this point in the history
  • Loading branch information
jmzwar committed Jul 31, 2024
1 parent 57c82ba commit ae27a60
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
14 changes: 14 additions & 0 deletions public/cyberdex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/tlx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions src/utils/integrators.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ export const integrators: integratorItem[] = [
width: '50px',
},
{
uri: '/lyra.svg',
name: 'Lyra',
uri: '/tlx.svg',
name: 'TLX',
description:
'Lyra is the leading decentralized options protocol and uses Synthetix to delta hedge their AMM.',
link: 'https://app.lyra.finance/#/trade/optimism/eth-usd',
tag: 'OPTIONS',
'Trade leveraged tokens, no need to manage your position. Powered by Synthetix Perps.',
link: 'https://tlx.fi/',
tag: 'PERPS',
height: '50px',
width: '50px',
},
Expand All @@ -67,12 +67,12 @@ export const integrators: integratorItem[] = [
width: '50px',
},
{
uri: '/curve.svg',
name: 'Curve',
uri: '/cyberdex.svg',
name: 'Cyberdex',
description:
'Deposit synths into Curve pools to provide liquidity to the ecosystem and earn yield.',
link: 'https://curve.fi/',
tag: 'SPOT',
'Trade perpetual futures for over 30 markets powered by Synthetix Perps.',
link: 'https://www.cyberdex.xyz/',
tag: 'PERPS',
height: '50px',
width: '50px',
},
Expand Down

0 comments on commit ae27a60

Please sign in to comment.