Skip to content

Commit

Permalink
fix: change switch add limit
Browse files Browse the repository at this point in the history
  • Loading branch information
haymond-ZK committed Apr 7, 2024
1 parent 41fd69f commit 84d5e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/transactions/Deposit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<NuxtLink :to="{ name: 'receive-methods' }" class="alert-link">Receive funds</NuxtLink>
</CommonAlert>
</transition>
<div class="flex justify-between gap-3 sm:mt-2 mb-1">
<div class="flex justify-between gap-3 sm:mt-2 mb-1" v-if="mergeSupported">
<CommonButtonLabel as="span" class="text-left relative showTip">
Merge Token <img src="/img/Shape.svg" class="ml-1 h-3 w-3 inline-block" alt="" />
<div class="tooltip">
Expand Down

0 comments on commit 84d5e6d

Please sign in to comment.