Forráskód Böngészése

Use thumbs up icon

sbkwgh 8 éve
szülő
commit
36aae71ad9
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>