Skip to content

Commit 1024e02

Browse files
authored
Point the in-app Privacy link at the canonical host (#41)
The About screen linked Privacy at devnet-cosign.hackshare.com. Point it at cosign.hackshare.com/privacy, the canonical marketing host, so the in-app link matches the store listing and the mainnet-launch domain.
1 parent 31caca4 commit 1024e02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/UI/Sources/AboutCosignView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import SwiftUI
33

44
enum AboutLinks {
55
static let repository = URL(string: "https://github.com/hackshare/cosign")!
6-
static let privacy = URL(string: "https://devnet-cosign.hackshare.com/privacy")!
6+
static let privacy = URL(string: "https://cosign.hackshare.com/privacy")!
77
}
88

99
public struct AboutCosignView: View {

0 commit comments

Comments
 (0)