diff --git a/Yep/Views/Cells/FeedSocialWork/FeedSocialWorkCell.swift b/Yep/Views/Cells/FeedSocialWork/FeedSocialWorkCell.swift index b1ed3a39..694d9838 100644 --- a/Yep/Views/Cells/FeedSocialWork/FeedSocialWorkCell.swift +++ b/Yep/Views/Cells/FeedSocialWork/FeedSocialWorkCell.swift @@ -34,7 +34,7 @@ class FeedSocialWorkCell: FeedBasicCell { @IBOutlet weak var githubRepoImageViewTrailingConstraint: NSLayoutConstraint! lazy var socialWorkMaskImageView: UIImageView = { - let imageView = UIImageView(image: UIImage(named: "social_media_image_mask_full")) + let imageView = UIImageView(image: UIImage(named: "social_media_image_mask")) return imageView }() diff --git a/Yep/Views/Cells/FeedSocialWork/FeedSocialWorkCell.xib b/Yep/Views/Cells/FeedSocialWork/FeedSocialWorkCell.xib index 4816d6e4..0ba68c21 100644 --- a/Yep/Views/Cells/FeedSocialWork/FeedSocialWorkCell.xib +++ b/Yep/Views/Cells/FeedSocialWork/FeedSocialWorkCell.xib @@ -81,6 +81,12 @@ + + + + + + @@ -115,6 +121,7 @@ + @@ -122,7 +129,9 @@ + + @@ -269,5 +278,6 @@ +