dkforest

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

commit b6751469ef5ed80d7a3c66b9ab24a55cfa615dce
parent 55e661c397d0886f368af9bb59c618ad46a72c12
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed, 13 Dec 2023 15:39:15 -0500

improve ui

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

diff --git a/pkg/web/public/views/pages/poker.gohtml b/pkg/web/public/views/pages/poker.gohtml @@ -2,7 +2,7 @@ {{ define "content" }} <div class="container"> - <div class="alert alert-warning mt-2 mb-2">WARNING: this is stagenet, do not send real XMR to that address</div> + <div class="alert alert-warning mt-2 mb-2">WARNING: this is <a href="https://monerodocs.org/infrastructure/networks/#stagenet" target="_blank" rel="noopener noreferrer">stagenet</a>, do not send real XMR to that address</div> <div class="mb-3"> Xmr address <strong>(stagenet)</strong>: {{ if .Data.PokerXmrSubAddress }}<pre style="user-select: all; -webkit-user-select: all;">{{ .Data.PokerXmrSubAddress }}</pre>{{ else }}none{{ end }}