From 2b68b2ab660ec31060d7c1b660c9a492d7649f08 Mon Sep 17 00:00:00 2001 From: saml33 Date: Thu, 16 May 2024 23:14:38 +1000 Subject: [PATCH] drift launch banner --- components/NewListingBanner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ? (