mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
Update philosophy.js
This commit is contained in:
parent
16b8e1f61d
commit
dca256b6f8
1 changed files with 3 additions and 1 deletions
|
|
@ -264,10 +264,12 @@ export default function Philosophy() {
|
|||
display: ['block', 'inline-block'],
|
||||
mx: 'auto'
|
||||
}}
|
||||
as="a"
|
||||
href="https://apply.hackclub.com"
|
||||
>
|
||||
Start a club
|
||||
</Button>
|
||||
<Button sx={{ bg: 'white', color: 'red' }}>Join our Slack</Button>
|
||||
<Button sx={{ bg: 'white', color: 'red' }} as="a" href="https://hackclub.com/slack">Join our Slack</Button>
|
||||
</Box>
|
||||
</Box>
|
||||
<Footer light />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue