Manos Chorianopoulos

ui fix

...@@ -45,7 +45,7 @@ public class CategoryOffersHeaderTableViewCell: UITableViewCell { ...@@ -45,7 +45,7 @@ public class CategoryOffersHeaderTableViewCell: UITableViewCell {
45 } 45 }
46 46
47 if mapImage != nil { 47 if mapImage != nil {
48 - self.mapImage.image = UIImage(named: "ic_map", in: Bundle.frameworkResourceBundle, compatibleWith: nil) 48 + self.mapImage.image = UIImage(named: "map_pin_2", in: Bundle.frameworkResourceBundle, compatibleWith: nil)
49 } 49 }
50 } 50 }
51 51
......