Update "New updates" section on home page
This commit is contained in:
parent
75fccf1adf
commit
13a5a0a7aa
1 changed files with 6 additions and 4 deletions
|
@ -515,12 +515,13 @@ 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 (Jan 21)
|
New updates (Feb 3)
|
||||||
</Box>
|
</Box>
|
||||||
<UnorderedList>
|
<UnorderedList>
|
||||||
<ListItem>Search by items you own</ListItem>
|
<ListItem>Better item page previews!</ListItem>
|
||||||
<ListItem>Latest items & search!</ListItem>
|
<ListItem>
|
||||||
<ListItem>Your Outfits page!</ListItem>
|
<em>Tons</em> of nasty lil bug fixes!
|
||||||
|
</ListItem>
|
||||||
</UnorderedList>
|
</UnorderedList>
|
||||||
</Box>
|
</Box>
|
||||||
<Box width="2" />
|
<Box width="2" />
|
||||||
|
@ -534,6 +535,7 @@ function FeedbackFormPitch() {
|
||||||
Coming soon
|
Coming soon
|
||||||
</Box>
|
</Box>
|
||||||
<UnorderedList>
|
<UnorderedList>
|
||||||
|
<ListItem>Outfit saving</ListItem>
|
||||||
<ListItem>Better item list pages</ListItem>
|
<ListItem>Better item list pages</ListItem>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
…a lot more things{" "}
|
…a lot more things{" "}
|
||||||
|
|
Loading…
Reference in a new issue