File tree 1 file changed +2
-3
lines changed
BrickHack-Mobile/Controllers
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ class ResourcesTableViewController: UITableViewController {
20
20
// MARK: IBActions
21
21
22
22
@IBAction func callEmergency( _ sender: Any ) {
23
-
24
23
let emergencyURL = URL ( string: " tel:// \( emergencyNumber) " ) !
25
24
openURL ( url: emergencyURL)
26
25
}
@@ -58,8 +57,8 @@ class ResourcesTableViewController: UITableViewController {
58
57
let nonEmergencyNumber = " 585_475_2853 "
59
58
let devpostURL = " https://brickhack6.devpost.com "
60
59
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/ "
63
62
64
63
override func viewDidLoad( ) {
65
64
super. viewDidLoad ( )
You can’t perform that action at this time.
0 commit comments