diff --git a/components/NewListingBanner.tsx b/components/NewListingBanner.tsx index d283b54e..915bcc92 100644 --- a/components/NewListingBanner.tsx +++ b/components/NewListingBanner.tsx @@ -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) ? (