remove commented code

This commit is contained in:
saml33 2022-10-30 22:21:47 +11:00
parent 91175e5d66
commit 7dcb59f7c3
6 changed files with 7 additions and 9 deletions

View File

@ -248,17 +248,10 @@ const SwapForm = () => {
>
<Cog8ToothIcon className="h-4 w-4" />
</IconButton>
{/* <LinkButton
className="flex items-center text-xs font-normal text-th-fgd-3 no-underline"
onClick={() => setShowSettings(true)}
>
<Cog8ToothIcon className="mr-1 h-3 w-3" />
<span className="text-th-fgd-4">{t('settings')}</span>
</LinkButton> */}
</div>
</div>
<div id="swap-step-two" className="mb-2 flex items-end justify-between">
<p className="text-th-fgd-3">Trade</p>
<p className="text-th-fgd-3">{t('trade')}</p>
<MaxSwapAmount
useMargin={useMargin}
setAmountIn={setAmountInFormValue}
@ -311,7 +304,7 @@ const SwapForm = () => {
/>
</button>
</div>
<p className="mb-2 text-th-fgd-3">For</p>
<p className="mb-2 text-th-fgd-3">{t('swap:for')}</p>
<div id="swap-step-three" className="mb-3 grid grid-cols-2">
<div className="col-span-1 rounded-lg rounded-r-none border border-r-0 border-th-bkg-4 bg-th-bkg-1">
<TokenSelect

View File

@ -2,6 +2,7 @@
"confirm-swap": "Confirm Swap",
"est-liq-price": "Est. Liq Price",
"fees-paid-to": "Fees Paid to {{route}}",
"for": "For",
"from": "From",
"health-impact": "Health Impact",
"insufficient-balance": "Insufficient {{symbol}} Balance",

View File

@ -2,6 +2,7 @@
"confirm-swap": "Confirm Swap",
"est-liq-price": "Est. Liq Price",
"fees-paid-to": "Fees Paid to {{route}}",
"for": "For",
"from": "From",
"health-impact": "Health Impact",
"insufficient-balance": "Insufficient {{symbol}} Balance",

View File

@ -2,6 +2,7 @@
"confirm-swap": "Confirm Swap",
"est-liq-price": "Est. Liq Price",
"fees-paid-to": "Fees Paid to {{route}}",
"for": "For",
"from": "From",
"health-impact": "Health Impact",
"insufficient-balance": "Insufficient {{symbol}} Balance",

View File

@ -2,6 +2,7 @@
"confirm-swap": "Confirm Swap",
"est-liq-price": "Est. Liq Price",
"fees-paid-to": "Fees Paid to {{route}}",
"for": "For",
"from": "From",
"health-impact": "Health Impact",
"insufficient-balance": "Insufficient {{symbol}} Balance",

View File

@ -2,6 +2,7 @@
"confirm-swap": "Confirm Swap",
"est-liq-price": "Est. Liq Price",
"fees-paid-to": "Fees Paid to {{route}}",
"for": "For",
"from": "From",
"health-impact": "Health Impact",
"insufficient-balance": "Insufficient {{symbol}} Balance",