drift launch banner

This commit is contained in:
saml33 2024-05-16 23:14:38 +10:00
parent 7d519f0379
commit 2b68b2ab66
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const NewListingBanner = () => {
const showForNewListing = latestListing && latestListing.uiPrice
// change this to false when token launches
const isPreLaunch = true
const isPreLaunch = false
return (!hasSeenNewListingBanner && showForNewListing) ||
(showForNewListing && hasSeenNewListingBanner !== latestListing?.name) ? (