Browse Source

feat: use emoji for thumbs count

Blair Noctis 1 year ago
parent
commit
3edfa3a041
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/index.html

+ 1 - 1
templates/index.html

@@ -31,7 +31,7 @@
       <p><i>{{ example|safe }}</i></p>
       <p>{{ author|safe }}</p>
       {% if thumbs_up and thumbs_down %}
-      <p>{{ thumbs_up|safe }} up, {{ thumbs_down|safe }} down</p>
+      <p>{{ thumbs_up|safe }}<span title="thumbs up">👍</span> {{ thumbs_down|safe }}<span title="thumbs down">👎</span></p>
       {% endif %}
     </div>
     <br>