From cb67e64388c2c6e48f53b2fe31611f1a2d570bfd Mon Sep 17 00:00:00 2001 From: Jagoda Berry Rybacka Date: Wed, 29 Nov 2023 17:30:37 +0100 Subject: [PATCH] Chnage waitlist link and CTA --- src/shared/constants/external-links.ts | 2 +- src/ui/Onboarding/JoinWaitlist.tsx | 2 +- src/ui/Onboarding/index.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/shared/constants/external-links.ts b/src/shared/constants/external-links.ts index b2f539468..ed4e13df7 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/subscapereferral", + WAITLIST: "https://tahobeta.deform.cc/openbeta", 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-", diff --git a/src/ui/Onboarding/JoinWaitlist.tsx b/src/ui/Onboarding/JoinWaitlist.tsx index a45fc72ac..20af0c8d5 100644 --- a/src/ui/Onboarding/JoinWaitlist.tsx +++ b/src/ui/Onboarding/JoinWaitlist.tsx @@ -14,7 +14,7 @@ export default function JoinWaitlist({ - Join waitlist{" "} + Join Beta{" "} } diff --git a/src/ui/Onboarding/index.tsx b/src/ui/Onboarding/index.tsx index 8c855e71b..bd0ad1a74 100644 --- a/src/ui/Onboarding/index.tsx +++ b/src/ui/Onboarding/index.tsx @@ -44,8 +44,8 @@ function OnboardingModal() { return ( - The portal -
is closed at the
moment. + The Portal +
is Open
) }