From 33195f1448776b7079496152959bf178312b135e Mon Sep 17 00:00:00 2001 From: Jason Morley Date: Sat, 28 Sep 2024 06:37:32 -1000 Subject: [PATCH] fix: Add GitHub button to the about screen (#249) --- Symbolic/Models/ApplicationModel.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Symbolic/Models/ApplicationModel.swift b/Symbolic/Models/ApplicationModel.swift index 9f5f408e6c..c031dc3d9a 100644 --- a/Symbolic/Models/ApplicationModel.swift +++ b/Symbolic/Models/ApplicationModel.swift @@ -162,6 +162,7 @@ class ApplicationModel: ObservableObject { copyright: "Copyright © 2022-2024 Jason Morley") { Action("Website", url: URL(string: "https://symbolic.jbmorley.co.uk")!) Action("Privacy", url: URL(string: "https://symbolic.jbmorley.co.uk/privacy-policy")!) + Action("GitHub", url: URL(string: "https://github.com/inseven/symbolic")!) Action("Support", url: URL(address: "support@jbmorley.co.uk", subject: title)!) } acknowledgements: { Acknowledgements("Developers") {