From 070d28993a8817825d442356f12f3529e2b629f2 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Thu, 21 Sep 2023 18:04:46 +0700 Subject: [PATCH] edit KyberSwap text --- src/components/swapv2/LiquiditySourcesPanel/index.tsx | 2 +- src/constants/connectors/evm.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/swapv2/LiquiditySourcesPanel/index.tsx b/src/components/swapv2/LiquiditySourcesPanel/index.tsx index acfdddb44c..2d6a0422ff 100644 --- a/src/components/swapv2/LiquiditySourcesPanel/index.tsx +++ b/src/components/swapv2/LiquiditySourcesPanel/index.tsx @@ -223,7 +223,7 @@ const LiquiditySourcesPanel: React.FC = ({ onBack }) => { ks logo - Kyberswap - All + KyberSwap - All {ksDexes diff --git a/src/constants/connectors/evm.ts b/src/constants/connectors/evm.ts index eac416c291..a1999ad4cc 100644 --- a/src/constants/connectors/evm.ts +++ b/src/constants/connectors/evm.ts @@ -63,7 +63,7 @@ const walletconnectConfig = { } as any, }, metadata: { - name: 'Kyberswap', + name: 'KyberSwap', description: document.title, url: window.location.origin, icons: ['https://kyberswap.com/favicon.svg'], @@ -92,7 +92,7 @@ export const [coinbaseWallet, coinbaseWalletHooks] = initializeConnector