diff --git a/components/landing/DomainChangeNotificationBanner.vue b/components/landing/DomainChangeNotificationBanner.vue deleted file mode 100644 index b2d6a39589..0000000000 --- a/components/landing/DomainChangeNotificationBanner.vue +++ /dev/null @@ -1,25 +0,0 @@ - - - diff --git a/components/landing/HeroBanner.vue b/components/landing/HeroBanner.vue index 8dcef17a1f..258a9b8150 100644 --- a/components/landing/HeroBanner.vue +++ b/components/landing/HeroBanner.vue @@ -18,10 +18,7 @@
- - +
diff --git a/locales/en.json b/locales/en.json index eed05ad076..b27bbd42b9 100644 --- a/locales/en.json +++ b/locales/en.json @@ -1170,9 +1170,7 @@ "hook": "Get in {0} and we will hook you up with free mints.", "touch": "touch" }, - "connectFarcaster": "Connect with Koda on Farcaster", - "farcasterMintLive": "Mint is live!", - "becoming": "is becoming" + "connectFarcaster": "Connect with Koda on Farcaster" }, "whyKoda": { "title": "Why Koda?", diff --git a/utils/env.ts b/utils/env.ts index e563182182..cc7aa6e115 100644 --- a/utils/env.ts +++ b/utils/env.ts @@ -1,5 +1,3 @@ -export const isLatestProductionDomain = window.location.hostname === 'koda.art' - export const isProduction = ['kodadot.xyz', 'koda.art'].includes( window.location.hostname, )