From 0e6362d9023d02a4ac14c12fb812ae84627532a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nguy=E1=BB=85n=20Ho=C3=A0i=20Danh?=
<33005392+nguyenhoaidanh@users.noreply.github.com>
Date: Fri, 13 Oct 2023 20:24:06 +0700
Subject: [PATCH] fix external link file (#2298)
* fix external link file
* rm unused
---
src/components/Header/web3/WalletModal/index.tsx | 9 ++++-----
src/components/Menu/index.tsx | 8 ++++----
src/pages/KyberDAO/KNCUtility/index.tsx | 13 ++++++-------
3 files changed, 14 insertions(+), 16 deletions(-)
diff --git a/src/components/Header/web3/WalletModal/index.tsx b/src/components/Header/web3/WalletModal/index.tsx
index 0986a50436..67e7834b65 100644
--- a/src/components/Header/web3/WalletModal/index.tsx
+++ b/src/components/Header/web3/WalletModal/index.tsx
@@ -32,7 +32,6 @@ import {
useWalletModalToggle,
} from 'state/application/hooks'
import { useIsConnectingWallet } from 'state/authen/hooks'
-import { ExternalLink } from 'theme'
import { isEVMWallet, isOverriddenWallet, isSolanaWallet } from 'utils'
import Option from './Option'
@@ -317,13 +316,13 @@ export default function WalletModal() {
By connecting a wallet, you accept{' '}
- e.stopPropagation()}>
+ e.stopPropagation()}>
KyberSwap‘s Terms of Use
- {' '}
+ {' '}
and consent to its{' '}
- e.stopPropagation()}>
+ e.stopPropagation()}>
Privacy Policy
-
+
. Last updated: {dayjs(TERM_FILES_PATH.VERSION).format('DD MMM YYYY')}
diff --git a/src/components/Menu/index.tsx b/src/components/Menu/index.tsx
index 44796e4579..87115a075a 100644
--- a/src/components/Menu/index.tsx
+++ b/src/components/Menu/index.tsx
@@ -473,7 +473,7 @@ export default function Menu() {
)}