Browse Source

Use thumbs up icon

sbkwgh 8 năm trước cách đây
mục cha
commit
36aae71ad9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/routes/AdminModerationReports.vue

+ 1 - 1
src/components/routes/AdminModerationReports.vue

@@ -55,7 +55,7 @@
 			</div>
 		</div>
 		<div class='admin_moderation__no_reports' v-else>
-			<span class='fa fa-hand-peace-o'></span>
+			<span class='fa fa-thumbs-up'></span>
 			No user reports
 		</div>
 	</div>