diff --git a/public/cyberdex.svg b/public/cyberdex.svg index 528688b6..b18f63ff 100644 --- a/public/cyberdex.svg +++ b/public/cyberdex.svg @@ -1,14 +1,21 @@ - + - + + + + - - - + + + + + + + + - - + \ No newline at end of file diff --git a/src/utils/integrators.tsx b/src/utils/integrators.tsx index 729640c2..7cae6456 100644 --- a/src/utils/integrators.tsx +++ b/src/utils/integrators.tsx @@ -27,21 +27,21 @@ export const integrators: integratorItem[] = [ width: '50px', }, { - uri: '/polynomial.svg', - name: 'Polynomial', + uri: '/cyberdex.svg', + name: 'CyberDEX', description: - "Trade perps with Polynomial's smart wallet to access up to 50x leverage.", - link: 'https://trade.polynomial.fi/', + 'Trade perpetual futures for over 30 markets powered by Synthetix Perps.', + link: 'https://www.cyberdex.xyz/', tag: 'PERPS', height: '50px', width: '50px', }, { - uri: '/dhedge.svg', - name: 'dHedge', + uri: '/toros.svg', + name: 'Toros', description: - 'Use your sUSD to find permissionless investment managers and automated strategies.', - link: 'https://app.dhedge.org/#', + 'Toros enables a suite of one-click financial tools that simplify complex strategies.', + link: 'https://toros.finance/', tag: 'ASST MGMT', height: '50px', width: '50px', @@ -67,21 +67,21 @@ export const integrators: integratorItem[] = [ width: '50px', }, { - uri: '/cyberdex.svg', - name: 'Cyberdex', + uri: '/polynomial.svg', + name: 'Polynomial', description: - 'Trade perpetual futures for over 30 markets powered by Synthetix Perps.', - link: 'https://www.cyberdex.xyz/', + "Trade perps with Polynomial's smart wallet to access up to 50x leverage.", + link: 'https://trade.polynomial.fi/', tag: 'PERPS', height: '50px', width: '50px', }, { - uri: '/toros.svg', - name: 'Toros', + uri: '/dhedge.svg', + name: 'dHedge', description: - 'Toros enables a suite of one-click financial tools that simplify complex strategies.', - link: 'https://toros.finance/', + 'Use your sUSD to find permissionless investment managers and automated strategies.', + link: 'https://app.dhedge.org/#', tag: 'ASST MGMT', height: '50px', width: '50px',