From 2cee7bc84899f3a1c5084714213bb2cad2ef2836 Mon Sep 17 00:00:00 2001 From: kingbri Date: Tue, 9 Aug 2022 15:01:07 -0400 Subject: [PATCH] About: Add donation and discord links Signed-off-by: kingbri --- Ferrite/Views/AboutView.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ferrite/Views/AboutView.swift b/Ferrite/Views/AboutView.swift index 9fc8cbd..611b4fa 100644 --- a/Ferrite/Views/AboutView.swift +++ b/Ferrite/Views/AboutView.swift @@ -24,6 +24,8 @@ struct AboutView: View { ListRowTextView(leftText: "Version", rightText: UIApplication.shared.appVersion) ListRowTextView(leftText: "Build number", rightText: UIApplication.shared.appBuild) ListRowTextView(leftText: "Build type", rightText: UIApplication.shared.buildType) + ListRowLinkView(text: "Donate!", link: "https://ko-fi.com/kingbri") + ListRowLinkView(text: "Discord server", link: "https://discord.gg/sYQxnuD7Fj") ListRowLinkView(text: "GitHub repository", link: "https://github.com/bdashore3/Ferrite") } .listStyle(.insetGrouped)