Skip to content

Commit

Permalink
hidden bitcoin wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Jan 11, 2024
1 parent 72a7006 commit b67c87b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/views/HelpView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ function copyBitcoin({target}) {

<template lang="pug">
main
Box(collapse="true" select="true")
template(#icon)
BitcoinIcon
template(#heading) Bitcoin
p Faça uma doação em bitcoin
p Carteira para doações &nbsp;
a.pointer( @click="copyValue" href="bitcoin:BC1QYRKAGKLQAJSF64MJGJ0L99WSUHVY9CNHHYSA82?message=doa%C3%A7%C3%A3o")
strong.pointer bc1qyrkagklqajsf64mjgj0l99wsuhvy9cnhhysa82
img.pointer(@click="copyBitcoin" width="250" src="@/assets/bitcoin.png" alt="bitcoin:BC1QYRKAGKLQAJSF64MJGJ0L99WSUHVY9CNHHYSA82?message=doa%C3%A7%C3%A3o")
//Box(collapse="true" select="true")
// template(#icon)
// BitcoinIcon
// template(#heading) Bitcoin
// p Faça uma doação em bitcoin
// p Carteira para doações &nbsp;
// a.pointer( @click="copyValue" href="bitcoin:BC1QYRKAGKLQAJSF64MJGJ0L99WSUHVY9CNHHYSA82?message=doa%C3%A7%C3%A3o")
// strong.pointer bc1qyrkagklqajsf64mjgj0l99wsuhvy9cnhhysa82
// img.pointer(@click="copyBitcoin" width="250" src="@/assets/bitcoin.png" alt="bitcoin:BC1QYRKAGKLQAJSF64MJGJ0L99WSUHVY9CNHHYSA82?message=doa%C3%A7%C3%A3o")
Box(collapse="true" select="true")
template(#icon)
DonateIcon
Expand Down

0 comments on commit b67c87b

Please sign in to comment.