Merge branch 'main' into slack

This commit is contained in:
Toby Brown 2024-01-21 14:05:11 +00:00 committed by GitHub
commit 2aa4e44d91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -164,7 +164,7 @@ const JoinForm = ({ sx = {} }) => {
mt: 3
}}
>
Check your spam folder too! Not there?{' '}
Search for "Slack" in your mailbox! Not there?{' '}
<Link href="mailto:slack@hackclub.com" sx={{ ml: 1 }}>
Send us an email
</Link>

View file

@ -15,7 +15,7 @@ export default async function handler(req, res) {
email: data.userEmail,
name: data.eventName,
transparent: data.transparent,
country: data.eventCountryCode,
// country: data.eventCountryCode,
}),
method: 'POST',
headers: {