binance link to buy btc

This commit is contained in:
papee 2020-08-15 14:06:19 +02:00
parent 8dfbf91e38
commit 93db217998
2 changed files with 6 additions and 3 deletions

View File

@ -369,11 +369,13 @@ pre {
border-bottom-left-radius: 3px !important;
}
.download-link a {
.download-link a,
.buy-btc a {
color: #eee;
}
.download-link a:hover {
.download-link a:hover,
.buy-btc a:hover {
text-decoration: none;
}

View File

@ -103,8 +103,9 @@
{{ paste.btc_tip_address or 'bc1q4x6nwp56s9enmwtsa8um0gywpxdzeyrdluga04'}}
</a>
<button v-if="support.clipboard" class="btn btn-secondary" @click.prevent="copyBTCAdressToClipboard()">
{% this.btcCopied ? "copied :)" : "copy" %}
{% this.btcCopied ? "Copied :)" : "Copy" %}
</button>
<a href="https://www.binance.com/en/register?ref=CAWS9NNE" class="btn btn-secondary buy-btc" target="_blank" title="Be cool, Buy Bitcoins!">Buy Bitcoins!</a>
</div>
</div>