Add guide link and improve description of section and links

This commit is contained in:
Angelo Stavrow 2020-10-21 16:57:14 -04:00
parent bb1c06f84d
commit 94c6280ed3
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -13,10 +13,15 @@ struct SettingsView: View {
Section(header: Text("Appearance")) {
PreferencesView(preferences: model.preferences)
}
Section(header: Text("Support")) {
Section(header: Text("Support Links")) {
HStack {
Spacer()
Link("Visit Help Forum", destination: model.helpURL)
Link("View the Guide", destination: model.howToURL)
Spacer()
}
HStack {
Spacer()
Link("Visit the Help Forum", destination: model.helpURL)
Spacer()
}
}