mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
main
This commit is contained in:
parent
92cbf0cc6b
commit
5e1a9a92f4
2 changed files with 2 additions and 18 deletions
|
|
@ -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={{
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue