diff --git a/KDChat/Views/SettingsView.swift b/KDChat/Views/SettingsView.swift index dfc9fbc..73788ac 100644 --- a/KDChat/Views/SettingsView.swift +++ b/KDChat/Views/SettingsView.swift @@ -32,6 +32,10 @@ struct SettingsView: View { .disabled(!hapticsEnabled) } + Section { + Link("Visit Website", destination: URL(string: "https://kpguild.games")!) + } + Section { Text("\(AppInfo.name) \(AppInfo.version) (\(AppInfo.build))") .foregroundStyle(.secondary)