mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
binance link to buy btc
This commit is contained in:
parent
8dfbf91e38
commit
93db217998
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user