Fix getting started instructions for iPhone and iPad

This commit is contained in:
2025-05-20 19:20:42 -04:00
parent bc1d192029
commit f8e5ecc7cd
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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")