Skip to content

Commit b95c135

Browse files
chore: removed reown test button
1 parent 060c3c4 commit b95c135

File tree

1 file changed

+0
-1
lines changed
  • packages/appkit/src/partials/w3m-connecting-qrcode

1 file changed

+0
-1
lines changed

packages/appkit/src/partials/w3m-connecting-qrcode/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export function ConnectingQrCode() {
5151
padding="xl"
5252
>
5353
<QrCode size={qrSize} uri={wcUri} testID="qr-code" />
54-
{!isPortrait ? <ReownButton /> : null}
5554
<FlexView alignItems="center" margin={['m', 'm', '0', 'm']}>
5655
<Text variant="paragraph-500">Scan this QR code with your phone</Text>
5756
{showCopy ? (

0 commit comments

Comments
 (0)