mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-24 02:36:02 +10:00
use enter symbol for replies
This commit is contained in:
@@ -134,7 +134,7 @@ function createPost(t) {
|
|||||||
<div class="post-actions">
|
<div class="post-actions">
|
||||||
<button class="action-btn like">♥ ${t.likes}</button>
|
<button class="action-btn like">♥ ${t.likes}</button>
|
||||||
<button class="action-btn repost">⟲ ${t.reposts}</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>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user