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 141
141
gap : 0.5rem ;
142
142
grid-template-columns : repeat (auto-fill, minmax (110px , 1fr ));
143
143
container-type : inline-size;
144
+ margin : 2rem 0 ;
144
145
}
Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import { CopyButton } from '@/components/form'
3
- import { QRCodeSVG } from 'qrcode.react'
4
3
import styles from '@/styles/wallet.module.css'
5
4
6
5
export function Passphrase ( { passphrase } ) {
@@ -13,11 +12,6 @@ export function Passphrase ({ passphrase }) {
13
12
< p className = 'fw-bold line-height-md' >
14
13
This is the only time we will show it to you.
15
14
</ 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 >
21
15
< div
22
16
className = { styles . passphrase }
23
17
>
Original file line number Diff line number Diff line change @@ -260,7 +260,6 @@ export function usePassphrasePrompt () {
260
260
placeholder = ''
261
261
required
262
262
autoFocus
263
- qr
264
263
/>
265
264
< div className = 'mt-3' >
266
265
< div className = 'd-flex justify-content-between align-items-center' >
You can’t perform that action at this time.
0 commit comments