Skip to content

Commit

Permalink
Merge pull request #118 from zkLinkProtocol/feat/binance-banner
Browse files Browse the repository at this point in the history
Update binance banner
  • Loading branch information
MickWang authored Apr 16, 2024
2 parents 288c709 + b981c7b commit 2c3a233
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 19 deletions.
Binary file added public/img/banner-binance-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/banner-binance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 3 additions & 19 deletions views/transactions/Deposit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,11 @@
</div>
</div>
<div class="cryptopeida-tips binance-cryptopeida mb-[10px]" v-else-if="route.query?.s === 'binance'">
<div class="cryptopeida-tips-cover"></div>
<div class="mb-[10px]" v-else-if="route.query?.s === 'binance'">
<!-- <img src="/img/okx-cryptopedia.svg" class="h-[64px] w-[64px] rounded-[8px]" /> -->
<div class="z-2">
<a
href="https://www.okx.com/web3/discover/cryptopedia/event/28"
target="_blank"
class="cryptopeida-tips-title z-2 relative flex cursor-pointer items-center gap-[4px]"
>
<span>Binance Cryptopedia</span>
<img :src="launchIcon" />
</a>
<div class="mt-[5px]">
<p class="cryptopeida-tips-desc">
Please wait a few minutes for deposits to arrive before verifying the task on OKX Cryptopedia.
</p>
</div>
<img src="/img/banner-binance@2x.png" class="block hidden w-full md:block" />
<img src="/img/banner-binance-mobile@2x.png" class="block block w-full md:hidden" />
</div>
</div>
Expand Down Expand Up @@ -946,10 +934,6 @@ onboardStore.subscribeOnNetworkChange((newchainId) => {
background-image: url("/img/okx-tips-bg.svg");
}

&.binance-cryptopeida {
background-image: url("/img/okx-tips-bg.svg");
}

.cryptopeida-tips-cover {
content: "";
position: absolute;
Expand Down

0 comments on commit 2c3a233

Please sign in to comment.