dkforest

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

commit 52fd92d290e0b0eec6b908a7eb70faec1b3868d3
parent cf34f9d45665dd6e7784f57cf4f93855a5ac7990
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sun,  4 Dec 2022 03:30:40 -0500

add help for new emojis

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

diff --git a/pkg/web/public/views/pages/chat-help.gohtml b/pkg/web/public/views/pages/chat-help.gohtml @@ -289,7 +289,11 @@ <div><span class="emoji" style="background-position: -126px -54px;" title=":alien:"></span> <code>:alien: </code></div> <div><span class="emoji" style="background-position: -306px -54px;" title=":zzz:"></span> <code>:zzz: </code></div> </div> - + <div style="columns: 4 auto;" class="mb-3"> + <div><span title=":fox:">🦊</span> <code>:fox:</code></div> + <div><span title=":popcorn:">🍿</span> <code>:popcorn:</code></div> + </div> + <table> <tr><td><code>:shrug:</code></td><td> -> <code>¯\_(ツ)_/¯</code></td></tr> <tr><td><code>:flip:</code></td><td> -> <code>(╯°□°)╯︵ ┻━┻</code></td></tr>