Skip to content

Commit

Permalink
fix: Add GitHub button to the about screen (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley authored Sep 28, 2024
1 parent 01bc1c8 commit 33195f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Symbolic/Models/ApplicationModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: "[email protected]", subject: title)!)
} acknowledgements: {
Acknowledgements("Developers") {
Expand Down

0 comments on commit 33195f1

Please sign in to comment.