mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Update alt.js
This commit is contained in:
parent
4f1d1a2138
commit
35c30bfa48
1 changed files with 3 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ import ForceTheme from '../components/force-theme'
|
|||
import { motion } from 'framer-motion'
|
||||
import Photo from '../components/photo'
|
||||
import Head from 'next/head'
|
||||
import Link from 'next/link'
|
||||
import Meta from '@hackclub/meta'
|
||||
import Icon from '../components/icon'
|
||||
import BGImg from '../components/background-image'
|
||||
|
|
@ -261,10 +262,10 @@ export default function Page({ dataPieces }) {
|
|||
<strong>Applications are now open.</strong>
|
||||
</Box>
|
||||
<Flex sx={{ justifyContent: 'center', mt: 2 }}>
|
||||
<Button mr={2} variant="cta" sx={{ mt: 2 }}>
|
||||
<Button mr={2} variant="cta" as="a" href="https://apply.hackclub.com">
|
||||
Start a Club
|
||||
</Button>
|
||||
<Button variant="outline" sx={{ display: ['none', 'block'] }}>
|
||||
<Button variant="outline" sx={{ display: ['none', 'block'] }} as="a" href="https://hackclub.com/slack">
|
||||
Join the Slack
|
||||
</Button>
|
||||
</Flex>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue