Skip to content

Commit

Permalink
Merge pull request #831 from hackclub/top-of-flow-modal-edit
Browse files Browse the repository at this point in the history
update submission form copy
  • Loading branch information
polytroper authored Nov 21, 2024
2 parents 0774d1c + 4c332bf commit e4c8b2b
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions src/app/marketing/components/email-submission-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ export default function EmailSubmissionForm() {
plausible('sign-up')
}

const origin = encodeURIComponent(location.origin)
const slackAuthUrl = `https://hackclub.slack.com/oauth/v2/authorize?scope=&user_scope=openid%2Cprofile%2Cemail&redirect_uri=${origin}/api/slack_redirect&client_id=2210535565.7780087007589`

return (
<>
<div className="flex flex-col">
Expand Down Expand Up @@ -99,20 +102,15 @@ export default function EmailSubmissionForm() {
style={{ maxHeight: '75vh', overflowY: 'auto' }}
>
<div className="space-y-4">
<p className="text-3xl">Ahoy!</p>
<p className="text-3xl">Ahoy 🏴‍☠️</p>
<p className="text-xl mb-4">
We can't wait for you to join High Seas! We're under heavy demand
right now, so it may take some time to get through the queue.
<br />
<br />
<b>
Look out for an email from Slack—<i>that's your ticket in!</i>{' '}
</b>
When it comes, we strongly recommend joining from the computer you
code on.
<br />
<br />
Hang tight and we'll see you soon 🏴‍☠️
Check your inbox for an invitation from Slack!
</p>
<p className="text-sm mb-4 italic">
If you already have a Hack Club Slack account,{' '}
<a className="underline" href={slackAuthUrl}>
click here instead
</a>
</p>
</div>
<img
Expand Down

0 comments on commit e4c8b2b

Please sign in to comment.