mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Add guide link and improve description of section and links
This commit is contained in:
parent
bb1c06f84d
commit
94c6280ed3
@ -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()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user