diff --git a/src/pairing/components/connection-password.tsx b/src/pairing/components/connection-password.tsx index ee6c418..766e561 100644 --- a/src/pairing/components/connection-password.tsx +++ b/src/pairing/components/connection-password.tsx @@ -27,8 +27,10 @@ export const ConnectionPassword = ({ : 'Link New Radix Wallet' } > - Scan the QR code with the Radix Wallet app on your mobile phone to start - using it with dApps in this web browser. + To link your wallet to this web browser: In your Radix + Wallet app, tap the gear icon for wallet settings, then tap{' '} + Linked Connectors and then{' '} + Link New Connector to scan the QR code. diff --git a/src/pairing/components/pairing-header.tsx b/src/pairing/components/pairing-header.tsx index 2ca2dad..3ec8b27 100644 --- a/src/pairing/components/pairing-header.tsx +++ b/src/pairing/components/pairing-header.tsx @@ -1,6 +1,7 @@ +import React from 'react' import { Header, Text } from '../../components' -type PairingHeaderProps = { header: string; children?: string } +type PairingHeaderProps = { header: string; children?: React.ReactNode } export const PairingHeader = ({ header, children }: PairingHeaderProps) => ( <>