Add Twitter link to homepage updates

This commit is contained in:
Emi Matchu 2021-03-13 03:18:32 -08:00
parent df225dc1ae
commit 36b0cb75e5

View file

@ -11,6 +11,7 @@ import {
InputGroup, InputGroup,
InputLeftElement, InputLeftElement,
InputRightElement, InputRightElement,
Link,
ListItem, ListItem,
Textarea, Textarea,
UnorderedList, UnorderedList,
@ -515,11 +516,18 @@ 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 (Mar 12) New updates (Mar 13)
</Box> </Box>
<UnorderedList> <UnorderedList>
<ListItem>Now compatible with newer HTML5 items, too!</ListItem> <ListItem>Now compatible with newer HTML5 items, too!</ListItem>
<ListItem>Pandemic hiatus again 😅</ListItem> <ListItem>
<Link
href="https://twitter.com/NeopetsDTI"
textDecoration="underline"
>
See more on Twitter!
</Link>
</ListItem>
</UnorderedList> </UnorderedList>
</Box> </Box>
<Box width="2" /> <Box width="2" />