(chore:) Update Twitter Link

Signed-off-by: Stern <stern@sidestore.io>
This commit is contained in:
Stern
2024-11-19 16:00:48 -05:00
committed by GitHub
parent 6a1181b21f
commit a1e0d5f834

View File

@@ -184,7 +184,7 @@ private extension PatreonViewController
@objc func openTwitterURL(_ sender: UIButton) @objc func openTwitterURL(_ sender: UIButton)
{ {
let twitterURL = URL(string: "https://twitter.com/SideStore_io")! let twitterURL = URL(string: "https://twitter.com/sidestoreio")!
let safariViewController = SFSafariViewController(url: twitterURL) let safariViewController = SFSafariViewController(url: twitterURL)
safariViewController.preferredControlTintColor = self.view.tintColor safariViewController.preferredControlTintColor = self.view.tintColor