Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or login to post a comment