Fix getting started instructions for iPhone and iPad
This commit is contained in:
@@ -18,7 +18,7 @@ struct GettingStartediPad: View {
|
||||
.foregroundColor(.accentColor)
|
||||
Text("")
|
||||
Text("""
|
||||
Upon installation of the app, go to **Settings -> Safari -> Extensions** and enable **Nostash**. Open Safari and look in the toolbar, where you will see the \(Image(systemName: "puzzlepiece.extension")) icon:
|
||||
Upon installation of the app, go to **Settings -> Apps -> Safari -> Extensions** and enable the **Nostash** extension. Then open Safari and look in the toolbar, where you will see the \(Image(systemName: "puzzlepiece.extension")) icon:
|
||||
""")
|
||||
.padding([.horizontal, .top], 20)
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ struct GettingStartediPhone: View {
|
||||
.font(.title)
|
||||
.foregroundColor(.accentColor)
|
||||
Spacer(minLength: 20.0)
|
||||
Text("Upon installation of the app, goto **Settings -> Safari -> Extension** and enable the **Nostash** extension. Then open Safari and look in the toolbar, where you will see the \(Image(systemName: "textformat.size")) icon:")
|
||||
Text("Upon installation of the app, go to **Settings -> Apps -> Safari -> Extensions** and enable the **Nostash** extension. Then open Safari and look in the toolbar, where you will see the \(Image(systemName: "textformat.size")) icon:")
|
||||
.padding([.horizontal, .top], 20)
|
||||
|
||||
Image("iphone-url-bar")
|
||||
|
||||
Reference in New Issue
Block a user