Add website link to settings

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Blake Oliver 2026-04-05 09:13:03 -06:00
parent 26182ec8d0
commit 18f2326ba8
No known key found for this signature in database

View file

@ -32,6 +32,10 @@ struct SettingsView: View {
.disabled(!hapticsEnabled) .disabled(!hapticsEnabled)
} }
Section {
Link("Visit Website", destination: URL(string: "https://kpguild.games")!)
}
Section { Section {
Text("\(AppInfo.name) \(AppInfo.version) (\(AppInfo.build))") Text("\(AppInfo.name) \(AppInfo.version) (\(AppInfo.build))")
.foregroundStyle(.secondary) .foregroundStyle(.secondary)