Link grant page

This commit is contained in:
Ella 2022-08-23 07:00:52 -04:00
parent 0bcb43b5dc
commit fb10cd5e73

View file

@ -1,13 +1,4 @@
import {
Button,
Box,
Container,
Heading,
Text,
Link,
Badge,
Flex
} from 'theme-ui'
import { Button, Box, Container, Text, Link, Badge } from 'theme-ui'
import NextLink from 'next/link'
import { Fade } from 'react-reveal'
import Icon from '../../icon'
@ -58,11 +49,14 @@ const Content = () => (
provided by Hack Club with the help of{' '}
<Link
href="https://www.firstinspires.org/"
sx={{ fontStyle: 'italic' }}
sx={{ fontStyle: 'italic', color: 'white' }}
>
FIRST
</Link>
.
<NextLink href="/hackathons/grant">
<Link sx={{ ml: 2, cursor: 'pointer' }}>Learn more &rarr;</Link>
</NextLink>
</>
}
/>