Skip to content

Commit

Permalink
fix: Add privacy policy and website links to the about screen (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley committed Jan 16, 2024
1 parent 2860644 commit c71b917
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macos/Overview/OverviewApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ struct OverviewApp: App {
}

About(copyright: "Copyright © 2021-2024 Jason Barrie Morley") {
Action("Website", url: URL(string: "https://overview.jbmorley.co.uk")!)
Action("Privacy Policy", url: URL(string: "https://overview.jbmorley.co.uk/privacy-policy")!)
Action("GitHub", url: URL(string: "https://github.com/inseven/overview")!)
} acknowledgements: {
Acknowledgements("Developers") {
Expand Down

0 comments on commit c71b917

Please sign in to comment.