use enter symbol for replies

This commit is contained in:
2025-10-03 05:20:21 +10:00
parent 7185b4214c
commit cc6d60e263

View File

@@ -134,7 +134,7 @@ function createPost(t) {
<div class="post-actions">
<button class="action-btn like">♥ ${t.likes}</button>
<button class="action-btn repost">⟲ ${t.reposts}</button>
<button class="action-btn comment">» ${t.comments}</button>
<button class="action-btn comment"> ${t.comments}</button>
</div>
`;