Fix getting started instructions for iPhone and iPad
This commit is contained in:
@@ -18,7 +18,7 @@ struct GettingStartediPad: View {
|
|||||||
.foregroundColor(.accentColor)
|
.foregroundColor(.accentColor)
|
||||||
Text("")
|
Text("")
|
||||||
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)
|
.padding([.horizontal, .top], 20)
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ struct GettingStartediPhone: View {
|
|||||||
.font(.title)
|
.font(.title)
|
||||||
.foregroundColor(.accentColor)
|
.foregroundColor(.accentColor)
|
||||||
Spacer(minLength: 20.0)
|
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)
|
.padding([.horizontal, .top], 20)
|
||||||
|
|
||||||
Image("iphone-url-bar")
|
Image("iphone-url-bar")
|
||||||
|
|||||||
Reference in New Issue
Block a user