[faucet] block coins request to faucet change address

This commit is contained in:
nymkappa
2024-05-18 16:13:58 +02:00
parent 38971d33a6
commit 203e2904d6
4 changed files with 23 additions and 13 deletions

View File

@@ -2,5 +2,5 @@
[class]="(disabled ? 'disabled': '') + (customClass ? customClass : 'w-100 btn mt-1 d-flex justify-content-center align-items-center')"
style="background-color: #1DA1F2" [style]="width ? 'width: ' + width : ''">
<img src="./resources/twitter.svg" height="25" style="padding: 2px" [alt]="buttonString + ' with Twitter'" />
<span class="ml-2 text-light">{{ buttonString }}</span>
<span class="ml-2 text-light align-middle">{{ buttonString }}</span>
</a>