Manos Chorianopoulos

ui fix

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