Skip to content

Commit

Permalink
"Get Invite" -> "Join Now"
Browse files Browse the repository at this point in the history
Got feedback that "Get Invite" reads like you need to wait for an invite to be sent to you.
  • Loading branch information
zachlatta committed May 18, 2024
1 parent 4549e7a commit bfa7d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/slack/join-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit bfa7d5f

Please sign in to comment.