Skip to content

Commit

Permalink
Merge pull request #106 from zkLinkProtocol/feat/open_withdraw
Browse files Browse the repository at this point in the history
update text
  • Loading branch information
leochw authored Apr 14, 2024
2 parents b935e75 + 4fed189 commit 5a4ed69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions views/transactions/Withdraw.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@
>
<p v-if="withdrawalManualFinalizationRequired">
You will be able to claim your withdrawal only after a {{WITHDRAWAL_DELAY_DAYS}}-day withdrawal delay.
<a class="underline underline-offset-2" :href="ZKSYNC_WITHDRAWAL_DELAY" target="_blank">Learn more</a>
<!-- <a class="underline underline-offset-2" :href="ZKSYNC_WITHDRAWAL_DELAY" target="_blank">Learn more</a> -->
</p>
<p v-else>
You will receive funds only after a {{WITHDRAWAL_DELAY_DAYS}}-day withdrawal delay.
<a class="underline underline-offset-2" :href="ZKSYNC_WITHDRAWAL_DELAY" target="_blank">Learn more</a>
<!-- <a class="underline underline-offset-2" :href="ZKSYNC_WITHDRAWAL_DELAY" target="_blank">Learn more</a> -->
</p>
</CommonAlert>

Expand Down
2 changes: 1 addition & 1 deletion views/transactions/WithdrawalSubmitted.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</template>
<template v-else>
Your funds will be available on <span class="font-medium">{{ transaction.to.destination.label }}</span> after
the <a class="underline underline-offset-2" :href="ZKSYNC_WITHDRAWAL_DELAY" target="_blank">{{WITHDRAWAL_DELAY_DAYS}}-day delay</a>.
the {{WITHDRAWAL_DELAY_DAYS}}-day delay.
During this time, the transaction will be processed
{{
withdrawalManualFinalizationRequired
Expand Down

0 comments on commit 5a4ed69

Please sign in to comment.