From 9897f2ad79a50c0a9f6dad080ed704ef2ab7bf34 Mon Sep 17 00:00:00 2001 From: robiiinos <16455953+robiiinos@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:02:46 +0800 Subject: [PATCH] fix: Wallet Help Center URL --- src/components/ConnectWallet/ConnectWalletDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ConnectWallet/ConnectWalletDialog.tsx b/src/components/ConnectWallet/ConnectWalletDialog.tsx index 76f5fcce7..69feb5ce8 100644 --- a/src/components/ConnectWallet/ConnectWalletDialog.tsx +++ b/src/components/ConnectWallet/ConnectWalletDialog.tsx @@ -12,7 +12,7 @@ import styled from 'styled-components/macro' import { lightTheme, ThemedText } from 'theme' import { WalletConnectQR } from 'utils/WalletConnect' -const NO_WALLET_HELP_CENTER_URL = 'https://help.uniswap.org/en/articles/5391585-how-to-get-a-wallet' +const NO_WALLET_HELP_CENTER_URL = 'https://support.uniswap.org/hc/en-us/articles/8699029297677-How-to-get-a-crypto-wallet' const Body = styled(Column)` display: grid;