Skip to content

Commit

Permalink
rm agg parade banner
Browse files Browse the repository at this point in the history
  • Loading branch information
leochw committed Dec 11, 2024
1 parent a87a44c commit 94ff9e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
3 changes: 0 additions & 3 deletions components/header/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@
</span>
<div>Note: Withdrawals will be enabled before 04/13/2024</div>
</div> -->
<div className="banner" v-if="route.query.s !== 'okx' && route.query.s !== 'binance'">
<banner />
</div>
</div>
</template>

Expand Down
14 changes: 8 additions & 6 deletions views/transactions/Deposit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@
>
Confirm transaction
</PageTitle>

<p class="mpc-tips-desc">
Please note that if you are using an <span>MPC</span> wallet (e.g., <span>Rainmaker, Bybit Wallet</span>, etc.)
that currently does not support zkLink Nova, you may not be able to move your funds after depositing your assets
to Nova.
Please note that if you are using an <span>MPC & AA</span> wallet (e.g., <span>Rainmaker, Bybit Wallet</span>,
etc.) that currently does not support zkLink Nova, you may not be able to move your funds after depositing your
assets to Nova.
</p>

<NetworkSelectModal
v-model:opened="fromNetworkModalOpened"
title="From"
Expand Down Expand Up @@ -270,7 +272,7 @@
<template #underline>
Deposits from Optimism are temporarily paused due to the upcoming Optimism Network
<a
class="text-[#1755f4] underline underline-offset-2 cursor-pointer"
class="cursor-pointer text-[#1755f4] underline underline-offset-2"
href="https://gov.optimism.io/t/upgrade-proposal-10-granite-network-upgrade/8733"
target="_blank"
>upgrade</a
Expand Down Expand Up @@ -405,7 +407,7 @@
>
Continue
</CommonButton>
<CommonButton v-if="fromLink" variant="light" class="w-full mt-5" @click="handleGoBack()">
<CommonButton v-if="fromLink" variant="light" class="mt-5 w-full" @click="handleGoBack()">
Go Back
</CommonButton>
</template>
Expand Down Expand Up @@ -445,7 +447,7 @@
<span v-else>Deposit now</span>
</transition>
</CommonButton>
<CommonButton v-if="fromLink" variant="light" class="w-full mt-5" @click="handleGoBack()">
<CommonButton v-if="fromLink" variant="light" class="mt-5 w-full" @click="handleGoBack()">
Go Back
</CommonButton>
<TransactionButtonUnderlineConfirmTransaction :opened="transactionStatus === 'waiting-for-signature'" />
Expand Down
6 changes: 0 additions & 6 deletions views/transactions/Withdraw.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
<div class="time">Usually takes under 20 mins</div>
</div>
</div>
<div class="warnBox flex" v-if="!route.query.s || route.query.s !== 'okx'">
<div>
Note: All LRT points will continue to be calculated after you request a withdrawal. They will appear in the next
few days in dashboard due to the data synchronization process.
</div>
</div>

<div v-if="showBridge">
<NetworkSelectModal
Expand Down

0 comments on commit 94ff9e5

Please sign in to comment.