Skip to content

Commit

Permalink
fix: Update the about screen links to fileaway.jbmorley.co.uk (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley authored Jul 30, 2024
1 parent 2c4ebac commit 5dc6afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Sources/FileawayCore/Legal.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public struct Legal {
public static let copyright = "Copyright © 2018-2024 Jason Morley"

public static let actions = [
Action("Website", url: URL(string: "https://fileaway.app")!),
Action("Privacy", url: URL(string: "https://fileaway.app/privacy-policy")!),
Action("Website", url: URL(string: "https://fileaway.jbmorley.co.uk")!),
Action("Privacy", url: URL(string: "https://fileaway.jbmorley.co.uk/privacy-policy")!),
Action("GitHub", url: URL(string: "https://github.com/inseven/fileaway")!),
]

Expand Down

0 comments on commit 5dc6afe

Please sign in to comment.