Add to home page updates section

This commit is contained in:
Emi Matchu 2021-02-09 21:41:08 -08:00
parent b8744037d1
commit 3599c78a85

View file

@ -515,13 +515,11 @@ function FeedbackFormPitch() {
flex={{ base: "0 0 auto", sm: "0 1 50%" }} flex={{ base: "0 0 auto", sm: "0 1 50%" }}
> >
<Box as="h3" fontWeight="600"> <Box as="h3" fontWeight="600">
New updates (Feb 3) New updates (Feb 9)
</Box> </Box>
<UnorderedList> <UnorderedList>
<ListItem>Better item page previews!</ListItem> <ListItem>HTML5 info on item pages</ListItem>
<ListItem> <ListItem>Better item page previews</ListItem>
<em>Tons</em> of nasty lil bug fixes!
</ListItem>
</UnorderedList> </UnorderedList>
</Box> </Box>
<Box width="2" /> <Box width="2" />