improvements to like button UI

This commit is contained in:
Nuno Coração
2022-10-16 15:25:34 +01:00
parent 546f1d57f1
commit 7ac4962300
2 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -5,8 +5,7 @@
onclick="process_article()">
<span id="likes_button_heart" style="display:none">{{ partial "icon.html" "heart" }} </span>
<span id="likes_button_emtpty_heart">{{ partial "icon.html" "heart-empty" }}</span>
&nbsp;
<span id="likes_button_text">Like</span>
<span id="likes_button_text">&nbsp;Like</span>
</button>
</span>
{{- /* Trim EOF */ -}}