Skip to content

Commit 42d3582

Browse files
committed
Add instructions for importing wallet from Sparrow
1 parent 154e9ca commit 42d3582

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

ios/Cove/Flows/NewWalletFlow/ColdWallet/QrCodeImportScreen.swift

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,18 @@ struct HelpView: View {
269269

270270
Divider()
271271

272+
VStack(alignment: .leading, spacing: 12) {
273+
Text("Sparrow Desktop")
274+
.font(.title2)
275+
.fontWeight(.bold)
276+
277+
Text("1. Click on Settings, in the left side bar")
278+
Text("2. Click on 'Export...' button at the bottom")
279+
Text("3. Under 'Output Descriptor' click the 'Show...' button")
280+
}
281+
282+
Divider()
283+
272284
VStack(alignment: .leading, spacing: 12) {
273285
Text("Other Hardware Wallets")
274286
.font(.title2)
@@ -297,3 +309,7 @@ struct HelpView: View {
297309
.environment(AppManager())
298310
.background(.red)
299311
}
312+
313+
#Preview("HelpView") {
314+
HelpView()
315+
}

0 commit comments

Comments
 (0)