dkforest

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

commit f5d76254f3dc4d2f1dc897aea2dbe55f1f34917f
parent ced5f0d40a66f153bdc5f3e91043fbeff53730d5
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu, 28 Dec 2023 17:55:44 -0500

menu balance to redirect to poker page

Diffstat:
Mpkg/web/public/views/pages/index.gohtml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/web/public/views/pages/index.gohtml b/pkg/web/public/views/pages/index.gohtml @@ -69,10 +69,10 @@ </form> {{ if gt .AuthUser.XmrBalance 0 }} <div class="dropdown-divider"></div> - <div class="dropdown-item-text"> + <a class="dropdown-item" href="/poker"> <span style="color: #1ee91e;">{{ .AuthUser.XmrBalance.UsdStr }}</span><br /> <span style="font-size: 10px;">{{ .AuthUser.XmrBalance.XmrStr }} <small>XMR</small></span> - </div> + </a> {{ end }} {{- /* {{ if not .AuthUser.IsHellbanned }}