Skip to content

Commit 0cb059f

Browse files
authored
Update wallets.html
1 parent c28912e commit 0cb059f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wallets.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h1>Community</h1>
118118
<h2>Contribute</h2>
119119
<p>Banano HUB is a Free and open-source software (FOSS) project. To contribute you can open a pull request / submit an issue on <a href="https://github.com/HelloMokuzai/banano-hub" target="_blank"><b>Github</b></a> or 💌 <a href = "mailto: hellomokuzai@outlook.com"><b>hellomokuzai@outlook.com</b></a></p>
120120
<h2>Donate ❤️</h2>
121-
<p><span class="image left"><img src="images/qr-code.png" alt="" /><a class="button primary small fit" onclick="Copy_Address()";>Copy to Clipboard</a></span> This website is maintained as a labour of love. However, if you wish to show your appreciation for my efforts - please feel free to donate BANANO (BAN) to the address below.</p>
121+
<p><span class="image left"><img src="images/qr-code.png" alt="" /><a class="button primary small fit" onclick="Copy_Address()";>Copy</a></span> This website is maintained as a labour of love. But if you wish to show your appreciation for my efforts - please feel free to donate BANANO (BAN) to <code>bananohub.ban</code> or the address below.</p>
122122
<p><input type="text" value="ban_3j8gwrkc7qgx11rrncdw8bzuuo4ojwp3xkawspefm3sbac3s5i6f48dgewfd" id="Ban_Address"></p>
123123
</section>
124124
<section>
@@ -153,7 +153,7 @@ <h2>Contact</h2>
153153
<script src="assets/js/breakpoints.min.js"></script>
154154
<script src="assets/js/util.js"></script>
155155
<script src="assets/js/main.js"></script>
156-
<script>
156+
<script>
157157
function Copy_Address() {
158158
var copyText = document.getElementById("Ban_Address");
159159
copyText.select();

0 commit comments

Comments
 (0)