From 5cd96fb15f466596a66bc21ac98896bf43176baa Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Mon, 20 May 2024 19:47:30 +0300 Subject: [PATCH] Fix the verified checkmark render as emoji? --- sass/_comments.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_comments.scss b/sass/_comments.scss index e0aac8f..2d2be80 100644 --- a/sass/_comments.scss +++ b/sass/_comments.scss @@ -109,7 +109,7 @@ section#comments { &::before { margin-inline-end: 0.25rem; - content: "✔"; + content: "✓"; } } }