mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
quickly fix changelly button style (#423)
Fix the button for now so it doesn't appear broken.
This commit is contained in:
parent
7b47b96252
commit
5a77fc74ba
1 changed files with 2 additions and 2 deletions
|
@ -296,8 +296,8 @@
|
||||||
</option>
|
</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<a v-on:click="openDialog($event)" :href="url" class="changelly-component-button">
|
<a v-on:click="openDialog($event)" :href="url" class="btn btn-primary retry-button changelly-component-button" v-show="url">
|
||||||
<img src="https://changelly.com/pay_button.png" alt="Changelly" v-show="url"/>
|
Pay with Changelly
|
||||||
</a>
|
</a>
|
||||||
<button class="retry-button" v-if="calculateError" v-on:click="retry('calculateAmount')">
|
<button class="retry-button" v-if="calculateError" v-on:click="retry('calculateAmount')">
|
||||||
{{$t("ConversionTab_CalculateAmount_Error")}}
|
{{$t("ConversionTab_CalculateAmount_Error")}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue