Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Nov 12, 2024
2 parents bd26ebf + d7af230 commit 71b2446
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/pairing/components/connection-password.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<strong>To link your wallet to this web browser</strong>: In your Radix
Wallet app, tap the gear icon for wallet settings, then tap{' '}
<strong>Linked Connectors</strong> and then{' '}
<strong>Link New Connector</strong> to scan the QR code.
</PairingHeader>

<Box mt="sm" mb="sm" p="none">
Expand Down
3 changes: 2 additions & 1 deletion src/pairing/components/pairing-header.tsx
Original file line number Diff line number Diff line change
@@ -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) => (
<>
Expand Down

0 comments on commit 71b2446

Please sign in to comment.