mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Merge branch 'main' into slack
This commit is contained in:
commit
2aa4e44d91
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue