update copy
This commit is contained in:
parent
941a6324f2
commit
23ca473f5a
|
@ -10,8 +10,8 @@ const SwapIntroModal = ({ isOpen, onClose }: ModalProps) => {
|
|||
<Modal isOpen={isOpen} onClose={onClose}>
|
||||
<h2 className="text-center">{t('swap:margin-swap')}</h2>
|
||||
|
||||
<div className="mt-4 flex items-center justify-center">
|
||||
<div className="text-black-50 dark:text-white-25 mr-auto flex min-w-0 flex-1 flex-wrap items-center justify-center space-x-1 px-6 text-sm lg:px-6">
|
||||
<div className="mt-3 flex items-center justify-center">
|
||||
<div className="text-black-50 dark:text-white-25 mr-auto flex min-w-0 flex-1 flex-wrap items-center justify-center space-x-1 px-6 text-sm">
|
||||
<svg
|
||||
width="24"
|
||||
height="24"
|
||||
|
@ -760,7 +760,7 @@ export default SwapIntroModal
|
|||
|
||||
const ListItem = ({ desc }: { desc: string }) => {
|
||||
return (
|
||||
<li className="mt-4 flex items-start">
|
||||
<li className="mt-3 flex items-start">
|
||||
<CheckCircleIcon className="mr-1.5 h-5 w-5 flex-shrink-0 text-th-up " />
|
||||
{desc}
|
||||
</li>
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
"fee": "Fee",
|
||||
"fees": "Fees",
|
||||
"free-collateral": "Free Collateral",
|
||||
"get-started": "Get Started",
|
||||
"governance": "Governance",
|
||||
"health": "Health",
|
||||
"health-impact": "Health Impact",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"swap-history": "Swap History",
|
||||
"swap-into-1": "Borrow against your collateral and swap with up to 5x leverage.",
|
||||
"swap-into-2": "Swap your Mango assets via the top DEXs on Solana and get the best possible price.",
|
||||
"swap-into-3": "The sky's the limit. Long or short any token vs any other.",
|
||||
"swap-into-3": "Use the slider to set your swap size. Margin can be switched off in swap settings.",
|
||||
"swap-route": "Swap Route",
|
||||
"tooltip-borrow-balance": "You'll use your {{balance}} {{token}} balance and borrow {{borrowAmount}} {{token}} to execute this swap. The current {{token}} variable borrow rate is {{rate}}%",
|
||||
"tooltip-borrow-no-balance": "You'll borrow {{borrowAmount}} {{token}} to execute this swap. The current {{token}} variable borrow rate is {{rate}}%",
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
"fee": "Fee",
|
||||
"fees": "Fees",
|
||||
"free-collateral": "Free Collateral",
|
||||
"get-started": "Get Started",
|
||||
"governance": "Governance",
|
||||
"health": "Health",
|
||||
"health-impact": "Health Impact",
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
"fee": "Fee",
|
||||
"fees": "Fees",
|
||||
"free-collateral": "Free Collateral",
|
||||
"get-started": "Get Started",
|
||||
"governance": "Governance",
|
||||
"health": "Health",
|
||||
"health-impact": "Health Impact",
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
"fee": "Fee",
|
||||
"fees": "Fees",
|
||||
"free-collateral": "Free Collateral",
|
||||
"get-started": "Get Started",
|
||||
"governance": "Governance",
|
||||
"health": "Health",
|
||||
"health-impact": "Health Impact",
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
"fee": "Fee",
|
||||
"fees": "Fees",
|
||||
"free-collateral": "Free Collateral",
|
||||
"get-started": "Get Started",
|
||||
"governance": "Governance",
|
||||
"health": "Health",
|
||||
"health-impact": "Health Impact",
|
||||
|
|
Loading…
Reference in New Issue