"Get Invite" -> "Join Now"

Got feedback that "Get Invite" reads like you need to wait for an invite to be sent to you.
This commit is contained in:
zach latta 2024-05-18 19:11:06 -04:00 committed by GitHub
parent 4549e7a3e0
commit bfa7d5f4b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,7 +120,7 @@ const JoinForm = ({ sx = {}, router }) => {
status={status}
mt={'0px!important'}
labels={{
default: useWaitlist ? 'Join Waitlist' : 'Get Invite',
default: useWaitlist ? 'Join Waitlist' : 'Join Now',
error: 'Something went wrong',
success: useWaitlist
? "You're on the Waitlist!"