Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
MickWang committed Aug 21, 2024
1 parent ea43ab6 commit 96eebaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions views/transactions/Deposit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,11 @@
href="https://gov.optimism.io/t/upgrade-proposal-10-granite-network-upgrade/8733"
target="_blank"
>upgrade</a
>. They will resume once the upgrade is complete.Deposits from Optimism are temporarily paused due to
the upcoming Optimism Network upgrade. They will resume once the upgrade is complete.
>.
</template>
<template #image>
<div class="aspect-square h-full w-full rounded-full bg-warning-400 p-3 text-black">
<LockClosedIcon aria-hidden="true" />
<ExclamationTriangleIcon aria-hidden="true" />
</div>
</template>
</DestinationItem>
Expand Down
2 changes: 1 addition & 1 deletion views/transactions/Withdraw.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
class="mb-block-padding-1/2 sm:mb-block-gap"
>
<p v-if="withdrawalManualFinalizationRequired">
You can claim your withdrawal after a minimum delay of 8 days. On average, it takes around 8.5 days.
You can claim your withdrawal after a minimum delay of 8 days. (On average, it takes around 8.5 days.)
<!-- <a class="underline underline-offset-2" :href="ZKSYNC_WITHDRAWAL_DELAY" target="_blank">Learn more</a> -->
</p>
<p v-else>
Expand Down

0 comments on commit 96eebaf

Please sign in to comment.