File tree Expand file tree Collapse file tree
BrickHack-Mobile/Controllers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ class ResourcesTableViewController: UITableViewController {
2020 // MARK: IBActions
2121
2222 @IBAction func callEmergency( _ sender: Any ) {
23-
2423 let emergencyURL = URL ( string: " tel:// \( emergencyNumber) " ) !
2524 openURL ( url: emergencyURL)
2625 }
@@ -58,8 +57,8 @@ class ResourcesTableViewController: UITableViewController {
5857 let nonEmergencyNumber = " 585_475_2853 "
5958 let devpostURL = " https://brickhack6.devpost.com "
6059 let slackURL = " https://brickhack6.slack.com "
61- let privacyPolicy = " "
62- let supportURL = " "
60+ let privacyPolicy = " https://brickhack.io/assets/Privacy_Policy-8b43021522715c979496895d16e44df07394b39b4a3c934e66c47bf5cf29f57f.pdf "
61+ let supportURL = " https://brickhack.io/ "
6362
6463 override func viewDidLoad( ) {
6564 super. viewDidLoad ( )
You can’t perform that action at this time.
0 commit comments