diff --git a/social/templates/activity/feature_collection.html b/social/templates/activity/feature_collection.html
index 53e7c06a..1b3628e6 100644
--- a/social/templates/activity/feature_collection.html
+++ b/social/templates/activity/feature_collection.html
@@ -12,7 +12,7 @@
{% liked_piece collection as liked %}
- {% include 'like_stats.html' with liked=liked piece=collection label='关注' icon='fa-bookmark' %}
+ {% include 'like_stats.html' with liked=liked piece=collection label='关注' icon='fa-heart' %}
diff --git a/social/templates/activity/like_collection.html b/social/templates/activity/like_collection.html
index 8ba813e5..7f73c907 100644
--- a/social/templates/activity/like_collection.html
+++ b/social/templates/activity/like_collection.html
@@ -12,7 +12,7 @@
{% liked_piece collection as liked %}
- {% include 'like_stats.html' with liked=liked piece=collection label='关注' icon='fa-bookmark' %}
+ {% include 'like_stats.html' with liked=liked piece=collection label='关注' icon='fa-heart' %}