diff --git a/components/AccountDetails/CopyHelper.tsx b/components/AccountDetails/CopyHelper.tsx index b55bacd98..634b5a9d5 100755 --- a/components/AccountDetails/CopyHelper.tsx +++ b/components/AccountDetails/CopyHelper.tsx @@ -18,7 +18,7 @@ const CopyHelper: React.FC = ({ toCopy }) => { setCopied(toCopy)}> {isCopied ? ( <> - + {t('copied')} ) : ( diff --git a/components/Footer/Footer.tsx b/components/Footer/Footer.tsx index cbda8316d..336c4bbf5 100755 --- a/components/Footer/Footer.tsx +++ b/components/Footer/Footer.tsx @@ -43,7 +43,7 @@ const Footer: React.FC = () => { QUICK diff --git a/components/Header/index.tsx b/components/Header/index.tsx index f3e9b9e26..2e07b409b 100644 --- a/components/Header/index.tsx +++ b/components/Header/index.tsx @@ -212,7 +212,7 @@ const Header: React.FC = () => { id: 'bos-page-link', isExternal: true, target: '_blank', - externalLink: process?.env?.REACT_APP_BOS_URL || '', + externalLink: process?.env?.NEXT_PUBLIC_BOS_URL || '', isNew: true, }); } diff --git a/components/Swap/SwapBestTrade.tsx b/components/Swap/SwapBestTrade.tsx index 0508729e5..04a6c9164 100644 --- a/components/Swap/SwapBestTrade.tsx +++ b/components/Swap/SwapBestTrade.tsx @@ -1069,6 +1069,7 @@ const SwapBestTrade: React.FC<{ )} +

{t(dropDownMenuText)}

+ +
)} { {showCrossChain && ( { setSelectedIndex(SWAP_CROSS_CHAIN); @@ -268,7 +263,7 @@ const SwapMain: React.FC = () => { redirectWithSwapType(SWAP_CROSS_CHAIN); }} > -

{t('crossChain')}

+

{t('crossChain')}

)}
diff --git a/components/pages/swap/SwapV3/index.tsx b/components/pages/swap/SwapV3/index.tsx index 010faa50d..33afa9299 100644 --- a/components/pages/swap/SwapV3/index.tsx +++ b/components/pages/swap/SwapV3/index.tsx @@ -676,11 +676,12 @@ const SwapV3Page: React.FC = () => { {!account ? ( - ) : showWrap ? ( ) : routeNotFound && userHasSpecifiedInputOutput ? (