diff --git a/components/hackathons/features/money.js b/components/hackathons/features/money.js index f75cf3d0..9e1098d7 100644 --- a/components/hackathons/features/money.js +++ b/components/hackathons/features/money.js @@ -1,4 +1,13 @@ -import { Button, Box, Container, Heading, Text, Link } from 'theme-ui' +import { + Button, + Box, + Container, + Heading, + Text, + Link, + Badge, + Flex +} from 'theme-ui' import NextLink from 'next/link' import { Fade } from 'react-reveal' import Icon from '../../icon' @@ -39,6 +48,7 @@ const Content = () => ( ( } /> ( ) -const ListItem = ({ icon, leadText, body }) => ( +const ListItem = ({ icon, leadText, body, knew }) => (
  • ( }} /> - - {leadText} - + + + {leadText} + + {knew && ( + + New! + + )} + + {body}
  • diff --git a/components/hackathons/features/slack.js b/components/hackathons/features/slack.js index 7d4ea0bc..09175d2f 100644 --- a/components/hackathons/features/slack.js +++ b/components/hackathons/features/slack.js @@ -138,17 +138,16 @@ const Slack = () => { objectFit: 'cover' }} > - {/* TODO: Fix the mp4 and mov screen recordings. I think Chrome uses the webm one.*/} diff --git a/components/hackathons/todo.md b/components/hackathons/todo.md deleted file mode 100644 index 3912d9e2..00000000 --- a/components/hackathons/todo.md +++ /dev/null @@ -1,4 +0,0 @@ -# TODO: - -- [ ] make the grants and waived fees seem like a more temporary thing -- [ ] write the homepage banner