We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060c3c4 commit b95c135Copy full SHA for b95c135
packages/appkit/src/partials/w3m-connecting-qrcode/index.tsx
@@ -51,7 +51,6 @@ export function ConnectingQrCode() {
51
padding="xl"
52
>
53
<QrCode size={qrSize} uri={wcUri} testID="qr-code" />
54
- {!isPortrait ? <ReownButton /> : null}
55
<FlexView alignItems="center" margin={['m', 'm', '0', 'm']}>
56
<Text variant="paragraph-500">Scan this QR code with your phone</Text>
57
{showCopy ? (
0 commit comments