Skip to content

Commit

Permalink
fix: Wallet Help Center URL
Browse files Browse the repository at this point in the history
  • Loading branch information
robiiinos committed Jul 20, 2023
1 parent 7ca58ca commit 9897f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConnectWallet/ConnectWalletDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9897f2a

Please sign in to comment.