This commit is contained in:
belle 2023-08-21 19:52:51 +08:00
parent 92cbf0cc6b
commit 5e1a9a92f4
2 changed files with 2 additions and 18 deletions

View file

@ -630,24 +630,6 @@ const Page = () => {
/>
</Flex>
</Flex>
{/* <button
sx={{
border: 'white 2.5px solid',
background: '#000',
color: 'white',
fontSize: '1.2em',
px: 2,
py: 1,
mt: 2,
'&:hover': {
color: '#000',
background: 'white'
}
}}
>
mail it to me
</button> */}
<button
type="submit"
sx={{

View file

@ -38,6 +38,7 @@ import GitHub from '../components/index/github'
import Photo from '../components/photo'
import Comma from '../components/comma'
import Haxidraw from '../components/index/cards/haxidraw'
import HackersWanted from '../components/index/cards/hackers-wanted'
/** @jsxImportSource theme-ui */
@ -636,6 +637,7 @@ function Page({
</Box>
<Outernet />
<Slack slackKey={slackKey} data={slackData} events={events} />
<HackersWanted />
</Box>
</Box>
<Box>