Add anchor to slack

Super small change - as of right now hackclub.com/community just redirects to the main page. Hopefully with an anchor it will automatically scroll down the the sign up form. I don't use React much so if this isn't the proper way to do it please lmk and I'll fix it.
This commit is contained in:
Harrison Katz 2020-04-28 20:52:28 -07:00 committed by GitHub
parent f402653bb8
commit c02a647cbc

View file

@ -540,7 +540,9 @@ export default () => (
sx={{ textAlign: 'center', maxWidth: [null, 'copyPlus', 'copyUltra'] }}
>
<Heading as="h2" variant="title" sx={{ fontSize: [5, 6, 7], mb: 3 }}>
Join our Slack
<span id="slack">
Join our Slack
</span>
</Heading>
<Text
as="p"