diff --git a/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/images/NotificationImages.java b/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/images/NotificationImages.java index 5ec2524..f9148bb 100644 --- a/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/images/NotificationImages.java +++ b/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/images/NotificationImages.java @@ -4,7 +4,7 @@ import com.google.gwt.resources.client.ClientBundle; import com.google.gwt.resources.client.ImageResource; public interface NotificationImages extends ClientBundle { - @Source("comment_edit.png") + @Source("comment.png") ImageResource comment(); @Source("star_blue.png") diff --git a/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/images/comment_edit.png b/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/images/comment.png similarity index 76% rename from src/main/java/org/gcube/portlets/user/notifications/client/view/templates/images/comment_edit.png rename to src/main/java/org/gcube/portlets/user/notifications/client/view/templates/images/comment.png index d31e68a..82f6f3a 100644 Binary files a/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/images/comment_edit.png and b/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/images/comment.png differ