From 76e39ebfc8ac46a1da5d165b40fccf7f882cb086 Mon Sep 17 00:00:00 2001 From: Kacper Szarkiewicz Date: Thu, 16 Jan 2025 16:12:49 +0100 Subject: [PATCH] fix size of swap to 384px --- src/pages/swap/index.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/pages/swap/index.tsx b/src/pages/swap/index.tsx index 5f9ab62c..3bef4abc 100644 --- a/src/pages/swap/index.tsx +++ b/src/pages/swap/index.tsx @@ -1,4 +1,3 @@ - import Big from 'big.js'; import { useEffect, useMemo, useRef, useState, useCallback } from 'preact/hooks'; import { ApiPromise } from '@polkadot/api'; @@ -61,8 +60,6 @@ import { TrustedBy } from '../../components/TrustedBy'; import { WhyVortex } from '../../components/WhyVortex'; import { usePolkadotWalletState } from '../../contexts/polkadotWallet'; - - export const SwapPage = () => { const formRef = useRef(null); const feeComparisonRef = useRef(null); @@ -378,10 +375,7 @@ export const SwapPage = () => {
-
+

Sell Crypto