Skip to content

Commit

Permalink
HUB discount hide
Browse files Browse the repository at this point in the history
  • Loading branch information
2z2z2z committed Dec 4, 2024
1 parent c32e507 commit 945d8e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/HubDepositForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -736,12 +736,12 @@ export default {
({{ hubFeeRatePercent }}%)
</span>
</div>
<div class="form-field__help" v-if="discountUpsidePercent">
<!--<div class="form-field__help" v-if="discountUpsidePercent">
<a href="https://www.minter.network/howto/cross-chain-discounts" class="link--hover link--main" target="_blank">
{{ $td('How to reduce fee up to', 'form.hub-reduce-fee') }}
{{ discountUpsidePercent }}%
</a>
</div>
</div>-->
</div>
<div class="u-cell u-cell--large--1-4 u-cell--small--1-2">
<div class="form-field form-field--dashed">
Expand Down
4 changes: 2 additions & 2 deletions components/HubWithdrawForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -533,12 +533,12 @@ function getHubMinAmount(destinationNetworkFee, hubFeeRate, hubFeeBaseRate = 0.0
({{ hubFeeRatePercent }}%)
</span>
</div>
<div class="form-field__help" v-if="discountUpsidePercent">
<!--<div class="form-field__help" v-if="discountUpsidePercent">
<a href="https://www.minter.network/howto/cross-chain-discounts" class="link--hover link--main" target="_blank">
{{ $td('How to reduce fee up to', 'form.hub-reduce-fee') }}
{{ discountUpsidePercent }}%
</a>
</div>
</div>-->
</div>
<div class="u-cell u-cell--1-2 u-cell--large--1-4">
<div class="form-field form-field--dashed">
Expand Down

0 comments on commit 945d8e1

Please sign in to comment.