Skip to content

Commit

Permalink
Chnage waitlist link and CTA (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpaczka authored Nov 30, 2023
2 parents f83a421 + cb67e64 commit dd284cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/shared/constants/external-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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-",
Expand Down
2 changes: 1 addition & 1 deletion src/ui/Onboarding/JoinWaitlist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function JoinWaitlist({
<OnboardingModal
buttonLabel={
<>
Join waitlist{" "}
Join Beta{" "}
<Icon src={newTab} color="#000" height="24px" width="24px" />
</>
}
Expand Down
4 changes: 2 additions & 2 deletions src/ui/Onboarding/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ function OnboardingModal() {

return (
<JoinWaitlist>
The portal
<br /> is closed at the <br /> moment.
The Portal
<br /> is Open
</JoinWaitlist>
)
}
Expand Down

0 comments on commit dd284cb

Please sign in to comment.