Update philosophy.js

This commit is contained in:
Sam Poder 2021-07-15 12:42:17 +08:00 committed by GitHub
parent 16b8e1f61d
commit dca256b6f8

View file

@ -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 />