3 Commits

Author SHA1 Message Date
Alex 2d873bcedd Merge pull request #31 from CabageMan/master
Change "contact us" links
2019-05-22 16:24:07 +03:00
Viktor c9c4183edf Small Fix 2019-05-22 16:19:14 +03:00
Viktor 7d2d59f7c7 Change "contact us" links 2019-05-22 16:10:25 +03:00
2 changed files with 2 additions and 2 deletions
@@ -76,7 +76,7 @@ extension AboutView {
@IBAction func LearnMoreHandler(_ sender: UIButton) {
AppAnalytics.event(.google(name: "Buttons", parametr: "about"))
let urlString = "https://business.ramotion.com/?utm_source=showroom&utm_medium=special&utm_campaign=learnmore"
let urlString = "https://dev.ramotion.com/"
if let url = URL(string: urlString) { UIApplication.shared.open(url) }
}
}
@@ -248,7 +248,7 @@ extension CarouselViewController {
@IBAction func contactUsHandler(_ sender: Any) {
AppAnalytics.event(.google(name: "Buttons", parametr: "contact us"))
if let url = URL(string: "https://business.ramotion.com/?utm_source=showroom&utm_medium=special&utm_campaign=v1/#Contact") {
if let url = URL(string: "https://dev.ramotion.com/") {
UIApplication.shared.open(url)
}
}