Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm agg parade banner #298

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading