From 31d2f45df026f078d4c93d20d3a1979e3520f593 Mon Sep 17 00:00:00 2001 From: Juraj Hilje Date: Sat, 3 Feb 2024 17:45:56 +0100 Subject: [PATCH] fix(map): update MapScrollView.swift --- IVPNClient/Scenes/MainScreen/Map/MapScrollView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IVPNClient/Scenes/MainScreen/Map/MapScrollView.swift b/IVPNClient/Scenes/MainScreen/Map/MapScrollView.swift index fa8253147..24c190c54 100644 --- a/IVPNClient/Scenes/MainScreen/Map/MapScrollView.swift +++ b/IVPNClient/Scenes/MainScreen/Map/MapScrollView.swift @@ -295,7 +295,7 @@ class MapScrollView: UIScrollView { marker.frame = CGRect(x: 55 - 3, y: 18, width: 6, height: 6) } - if city == "New Jersey, NJ" { + if city == "Secaucus, NJ" { button.titleEdgeInsets = UIEdgeInsets(top: 22, left: 93, bottom: 0, right: 0) button.frame = CGRect(x: point.0 - 85, y: point.1 - 21, width: 170, height: 20) marker.frame = CGRect(x: 85 - 3, y: 18, width: 6, height: 6)