File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 141141 gap : 0.5rem ;
142142 grid-template-columns : repeat (auto-fill, minmax (110px , 1fr ));
143143 container-type : inline-size;
144+ margin : 2rem 0 ;
144145}
Original file line number Diff line number Diff line change 11import React from 'react'
22import { CopyButton } from '@/components/form'
3- import { QRCodeSVG } from 'qrcode.react'
43import styles from '@/styles/wallet.module.css'
54
65export function Passphrase ( { passphrase } ) {
@@ -13,11 +12,6 @@ export function Passphrase ({ passphrase }) {
1312 < p className = 'fw-bold line-height-md' >
1413 This is the only time we will show it to you.
1514 </ p >
16- < div className = 'd-flex justify-content-center' >
17- < QRCodeSVG
18- className = 'h-auto mx-auto mw-100 my-3' size = { 256 } value = { passphrase } marginSize = { 1 }
19- />
20- </ div >
2115 < div
2216 className = { styles . passphrase }
2317 >
Original file line number Diff line number Diff line change @@ -260,7 +260,6 @@ export function usePassphrasePrompt () {
260260 placeholder = ''
261261 required
262262 autoFocus
263- qr
264263 />
265264 < div className = 'mt-3' >
266265 < div className = 'd-flex justify-content-between align-items-center' >
You can’t perform that action at this time.
0 commit comments