mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
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:
parent
f402653bb8
commit
c02a647cbc
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue