Skip to content

Commit

Permalink
card2Card hide
Browse files Browse the repository at this point in the history
  • Loading branch information
2z2z2z committed Apr 8, 2024
1 parent 77c1810 commit ebbf990
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions components/TopupCoinOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ export default {
<TopupCoinOptionsTelegram class="button button--full u-mt-10" :class="buttonClass" :coin="coin" :settings="settings" :button-class="buttonClass"/>
<a class="button button--full u-mt-10" :class="buttonClass" :href="card2MinterUrl" v-if="settings.card2Card">
<!--<a class="button button--full u-mt-10" :class="buttonClass" :href="card2MinterUrl" v-if="settings.card2Card">
<InlineSvg class="button__icon" src="/img/icon-topup-card.svg" width="24" height="24" alt="" role="presentation"/>
{{ $td('Card', 'topup.top-up-with-card2card') }}
</a>
</a>-->
<nuxt-link class="button button--full u-mt-10" :class="buttonClass" :to="$i18nGetPreferredPath(`/buy/${coin}/custom`)" v-if="settings.custom">
{{ translate(settings.custom, 'label') }}
Expand Down
4 changes: 2 additions & 2 deletions pages/farming/options/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ export default {
</h1>
<p>{{ $td('Choose one of these options', 'topup.description') }}</p>

<a class="button button--full u-mt-10" :class="buttonClass" :href="card2MinterUrl" v-if="isMainnet">
<!--<a class="button button--full u-mt-10" :class="buttonClass" :href="card2MinterUrl" v-if="isMainnet">
<InlineSvg class="button__icon" src="/img/icon-topup-card.svg" width="24" height="24" alt="" role="presentation"/>
{{ $td('Card', 'topup.top-up-with-card2card') }}
</a>
</a>-->
<!--<nuxt-link class="button button--full u-mt-10" :class="buttonClass" :to="$i18nGetPreferredPath('/topup/crypto')">
<InlineSvg class="button__icon" src="/img/icon-blockchain.svg" width="24" height="24" alt="" role="presentation"/>
{{ $td('Crypto', 'topup.buy-with-crypto') }}
Expand Down
4 changes: 2 additions & 2 deletions pages/meganet/balance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -245,15 +245,15 @@ export default {

<template v-if="!isDepositProcessing && !successDeposit">
<!-- p2p -->
<div v-if="isMainnet" class="card card--light-grey u-text-left card__content card__content--medium u-mt-20">
<!--<div v-if="isMainnet" class="card card--light-grey u-text-left card__content card__content--medium u-mt-20">
<h2 class="u-h--uppercase-solid u-mb-025 u-flex u-flex--align-center">
<img class="u-mr-05" src="/img/icon-card.svg" alt="" role="presentation" width="24" height="24">
{{ $td('Bank cards', 'deposit.title-card') }}
</h2>
<a class="button button--main button--full u-mt-10" :href="card2MinterUrl">
{{ $td('Buy with card', 'deposit.button-buy-with-card') }}
</a>
</div>
</div>-->

<!-- Telegram -->
<div class="card card--light-grey u-text-left card__content card__content--medium u-mt-20">
Expand Down
4 changes: 2 additions & 2 deletions pages/topup/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ export default {
</h1>
<p>{{ $td('Choose one of these options', 'topup.description') }}</p>

<nuxt-link class="button button--main button--full u-mt-10" :to="getTopupInnerPage('card')" v-if="isMainnet">
<!--<nuxt-link class="button button--main button--full u-mt-10" :to="getTopupInnerPage('card')" v-if="isMainnet">
<InlineSvg class="button__icon" src="/img/icon-topup-card.svg" alt="" role="presentation"/>
{{ $td('Card to card', 'topup.top-up-with-card2card') }}
</nuxt-link>
</nuxt-link>-->
<nuxt-link class="button button--main button--full u-mt-10" :to="getTopupInnerPage('bsc')">
<InlineSvg class="button__icon" src="/img/icon-topup-bnb.svg" alt="" role="presentation"/>
{{ $td('Top up with BNB', 'topup.top-up-with-network', {network: 'BNB'}) }}
Expand Down
4 changes: 2 additions & 2 deletions pages/topup/instant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ export default {
<TopupSmartWalletForm/>

<!-- p2p -->
<template v-if="isMainnet">
<!--<template v-if="isMainnet">
<h2 class="u-h--uppercase-solid u-mt-20 u-mb-025 u-flex u-flex--align-center">
<img class="u-mr-05" src="/img/icon-card.svg" alt="" role="presentation" width="24" height="24">
{{ $td('Bank cards', 'deposit.title-card') }}
</h2>
<nuxt-link class="button button--main button--full u-mt-10" :to="getTopupInnerPage('card')">{{ $td('Top up with Card', 'deposit.button-card') }}</nuxt-link>
</template>
</template>-->


<!-- minter -->
Expand Down

0 comments on commit ebbf990

Please sign in to comment.