From 18f2326ba88f33db779a6e6a4cd40927db86cde5 Mon Sep 17 00:00:00 2001 From: Blake Oliver Date: Sun, 5 Apr 2026 09:13:03 -0600 Subject: [PATCH] Add website link to settings Co-Authored-By: Claude Opus 4.6 (1M context) --- KDChat/Views/SettingsView.swift | 4 ++++ 1 file changed, 4 insertions(+) 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)