Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d873bcedd | |||
| c9c4183edf | |||
| 7d2d59f7c7 |
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user