mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Update components/slack/join-form.js
This commit is contained in:
parent
5bef81f0a8
commit
8b74c595ea
1 changed files with 4 additions and 1 deletions
|
|
@ -85,7 +85,10 @@ const JoinForm = ({ sx = {} }) => {
|
|||
{isAdult && (
|
||||
<Text
|
||||
variant="caption"
|
||||
color="secondary">
|
||||
color="secondary"
|
||||
as="div"
|
||||
sx={{ maxWidth: "600px", textAlign: 'center', mb: 2 }}
|
||||
>
|
||||
Hold your horses! Our Slack community for teenagers, and as such
|
||||
we're really careful about letting adults join. If you feel you'd
|
||||
have a place here, reach out to conduct@hackclub.com.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue