From 616685b1b5d9fabac2470a387d1978481215bf13 Mon Sep 17 00:00:00 2001 From: Jagoda Berry Rybacka Date: Wed, 15 Nov 2023 14:01:18 +0100 Subject: [PATCH] Update waitlist and make it visible --- .env.defaults | 2 +- src/shared/constants/external-links.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.defaults b/.env.defaults index 78e112adf..6620eb475 100644 --- a/.env.defaults +++ b/.env.defaults @@ -28,4 +28,4 @@ CONTRACT_DEPLOYMENT_BLOCK_NUMBER=553443 SEASON_START_DATE="2023-10-26" SKIP_REACT_STRICT_MODE="false" IS_COMING_SOON="true" -SHOW_WAITLIST="false" \ No newline at end of file +SHOW_WAITLIST="true" \ No newline at end of file diff --git a/src/shared/constants/external-links.ts b/src/shared/constants/external-links.ts index 86fcec8d9..b2f539468 100644 --- a/src/shared/constants/external-links.ts +++ b/src/shared/constants/external-links.ts @@ -3,7 +3,7 @@ export default { TWITTER: "https://twitter.com/taho_xyz", GITHUB: "https://github.com/tahowallet/extension", RULEBOOK: "https://docs.taho.xyz/app/", - WAITLIST: "https://tahobeta.deform.cc/november", + WAITLIST: "https://tahobeta.deform.cc/subscapereferral", DOCS: "https://docs.taho.xyz/app/", BRAVE_SUPPORT: "https://support.brave.com/hc/en-us/articles/360023646212-How-do-I-configure-global-and-site-specific-Shields-settings-",