commit d20439d42bd848f916714d66d9de3988c7e9ee50 parent 644bfb5958af8a3764633c2bb90e5abc29be91ff Author: n0tr1v <n0tr1v@protonmail.com> Date: Mon, 26 Dec 2022 17:11:50 -0800 fix html Diffstat:
| M | pkg/web/public/views/pages/donate.gohtml | | | 4 | ++-- |
| M | pkg/web/public/views/pages/home.gohtml | | | 2 | +- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pkg/web/public/views/pages/donate.gohtml b/pkg/web/public/views/pages/donate.gohtml @@ -5,11 +5,11 @@ <div class="container"> <p>XMR: <span style="color: #eaac45;">83pJEonAgps6F61RSk6SAmFi4xmq4zVYmaDTk8eFGLE49dm1ZE2bLVaWqumHLRGU8gewV6wGffmhrV3RN35TXy8CK9UhWMa</span></p> - <img src="/public/img/xmr.png" width="240" alt="" class="img-thumbnail" /> + <img src="/public/img/xmr.png" width="240" height="240" alt="" class="img-thumbnail" /> <hr /> <p>BTC: <span style="color: #eaac45;">bc1qup5rdsrxh5dfh9gxvdzwapdltxkc50wgda8n7t</span></p> - <img src="/public/img/btc.png" width="240" alt="" class="img-thumbnail" /> + <img src="/public/img/btc.png" width="240" height="240" alt="" class="img-thumbnail" /> </div> {{ end }} \ No newline at end of file diff --git a/pkg/web/public/views/pages/home.gohtml b/pkg/web/public/views/pages/home.gohtml @@ -279,7 +279,7 @@ XMR: <span style="color: #eaac45;">83pJEonAgps6F61RSk6SAmFi4xmq4zVYmaDTk8eFGLE49dm1ZE2bLVaWqumHLRGU8gewV6wGffmhrV3RN35TXy8CK9UhWMa</span> </p> <a href="/donate"> - <img src="/public/img/qr-code-scan-icon.png" width="25" alt="" class="mb-1" /> + <img src="/public/img/qr-code-scan-icon.png" width="25" height="25" alt="" class="mb-1" /> Click here for qrcode </a>