UI and icon fixes

This commit is contained in:
biglyderv 2025-02-27 11:51:22 -05:00
parent b66c5e3c47
commit 845b0cc954
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
6 changed files with 135 additions and 5 deletions

View file

@ -18,5 +18,5 @@
<div class='sub'><b>Posted on</b> <%= new Date(date).toISOString() %> </div>
<% } %>
<%- include ('vblock.ejs', {link: `/${type}/${id}`, icon: '/icon.svg', name: 'Original'}) %>
<%- include ('vblock.ejs', {link: `/walls/get/${type}/${id}/0`, icon: '/icon.svg', name: 'Replies'}) %>
<%- include ('vblock.ejs', {link: `/walls/get/${type}/${id}/0`, icon: '/walls.svg', name: 'Replies'}) %>
</div>