Skip to content

Commit

Permalink
update meme banner and check in token (#616)
Browse files Browse the repository at this point in the history
Co-authored-by: naturexie <[email protected]>
  • Loading branch information
xieqiancaosissi and naturexie authored Oct 8, 2024
1 parent 9b0cf22 commit a52d1bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/meme/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Banner = () => {
<div className="relative flex items-center justify-center w-full mb-16">
<img
className="relative w-full z-10"
src="https://img.ref.finance/images/memeBannerPc_10months.png"
src="https://img.ref.finance/images/memeBannerPc_10months3.png"
/>
<div className="absolute right-60 bottom-60 z-10 gap-7">
<div
Expand Down
2 changes: 1 addition & 1 deletion src/components/meme/MobileBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Banner = () => {
return (
<div className="relative flex flex-col items-center">
<div className="relative flex items-center justify-center w-full">
<img src="https://img.ref.finance/images/memeBannerMobile_10months.png" />
<img src="https://img.ref.finance/images/memeBannerMobile_10months3.png" />
<div className="flex flex-col gap-3 absolute right-6 bottom-10 z-10">
<div className="" onClick={showRule}>
<MobileBannerCoreBtnIconBg />
Expand Down
1 change: 1 addition & 0 deletions src/components/meme/memeConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ export function getMemeCheckInConfig(): any {
'blackdragon.tkn.near',
'gear.enleap.near',
'gp.token0.near',
'kat.token0.near',
],
nftMetaData: {
title: 'MEME Honorary NFT 6',
Expand Down

0 comments on commit a52d1bd

Please sign in to comment.