Skip to content

Commit

Permalink
change privacy policy link
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoqnc committed Sep 18, 2022
1 parent fccfeef commit ddaa6f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion Split/Model/Tricount.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TricountViewController: UIViewController, WKNavigationDelegate {
super.viewDidLoad()
hasLoaded = false
let myURL = URL(string: "https://api.tricount.com/displayTricount.jsp?tricountID=\(tricountID ?? "")&acceptGACookies=true")
print(myURL)
//print(myURL)
let myRequest = URLRequest(url: myURL ?? URL(string: "https://api.tricount.com/")!)
webView.load(myRequest)
}
Expand Down
2 changes: 1 addition & 1 deletion Split/View/Sheets/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct SettingsView: View {

var githubLink = "https://github.com/hugoqnc/Split"
var appStoreLink = "https://apps.apple.com/us/app/split-your-receipts/id1642182485"
var privacyLink = "https://github.com/hugoqnc/Split/blob/main/PRIVACY.md"
var privacyLink = "https://github.com/hugoqnc/Split/blob/main/PRIVACY.md#privacy-policy"

@State var parameters = Parameters()
@State private var showSharingOptions = false
Expand Down

0 comments on commit ddaa6f2

Please sign in to comment.