Skip to content

Commit

Permalink
Merge pull request #247 from zkLinkProtocol/feat/change_ui
Browse files Browse the repository at this point in the history
update ui for withdraw
  • Loading branch information
leochw authored May 21, 2024
2 parents 0ed6ffd + 66a13da commit 27f325b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions views/transactions/Withdraw.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="tab">
<div class="box" :class="{ active: showBridge }" @click="showBridge = true">
<div class="name">Use the official Bridge</div>
<div class="time">Up to 8 days, no additional fee</div>
<div class="time">Up to 8.5 days, no additional fee</div>
</div>
<div class="box" :class="{ active: !showBridge }" @click="showBridge = false">
<div class="name">Use a third party bridge</div>
Expand Down Expand Up @@ -194,12 +194,12 @@
class="mb-block-padding-1/2 sm:mb-block-gap"
>
<p v-if="withdrawalManualFinalizationRequired">
You will be able to claim your withdrawal only after a {{ displayEstimateWithdrawalDelayDays }}-day
withdrawal delay.
You will be able to claim your withdrawal only after a maximum
{{ displayEstimateWithdrawalDelayDays }}-day withdrawal delay.
<!-- <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 {{ displayEstimateWithdrawalDelayDays }}-day withdrawal delay.
You will receive funds only after a maximum {{ displayEstimateWithdrawalDelayDays }}-day withdrawal delay.
<!-- <a class="underline underline-offset-2" :href="ZKSYNC_WITHDRAWAL_DELAY" target="_blank">Learn more</a> -->
</p>
</CommonAlert>
Expand Down Expand Up @@ -515,7 +515,7 @@ const chainList = [
{
name: "Orbiter Finance",
logo: "orbiter.svg",
url: "https://www.orbiter.finance/",
url: "https://www.orbiter.finance/?source=zkLink%20Nova&dest=Ethereum&token=ETH",
description: "https://www.orbiter.finance/",
},
{
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 {{ displayEstimateWithdrawTime }}-day delay. During this time, the transaction will be processed
a maximum {{ displayEstimateWithdrawTime }}-day delay. During this time, the transaction will be processed
{{
withdrawalManualFinalizationRequired
? "and become available for claiming."
Expand Down

0 comments on commit 27f325b

Please sign in to comment.