dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 93f8ccc9c22e57cd558bddb9c0edb1a969bf0854
parent 1a9eafa75837996efc7030a4a43e041a16955b0c
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Tue, 12 Dec 2023 23:24:25 -0500

fix emoji help

Diffstat:
Mpkg/web/public/views/pages/chat-help.gohtml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/public/views/pages/chat-help.gohtml b/pkg/web/public/views/pages/chat-help.gohtml @@ -330,7 +330,7 @@ <div><span class="emoji" title=":smile:">☺</span> <code>:smile: </code></div> <div><span class="emoji" title=":happy:">😃</span> <code>:happy: </code></div> <div><span class="emoji" title=":happy-sweat:">😅</span> <code>:happy-sweat: </code></div> - <div><span class="emoji" title=":nerd:">😅</span> <code>:nerd: </code></div> + <div><span class="emoji" title=":nerd:">🤓</span> <code>:nerd: </code></div> <div><span class="emoji" title=":heart-eyes:">😍</span> <code>:heart-eyes: </code></div> <div><span class="emoji" title=":blush:">☺</span> <code>:blush: </code></div> <div><span class="emoji" title=":sleeping:">😴</span> <code>:sleeping: </code></div>