Mention starred outfits in "Your outfits" WIP

This commit is contained in:
Emi Matchu 2021-01-17 08:05:05 -08:00
parent e149d53595
commit 9b0a99e2ae

View file

@ -19,7 +19,7 @@ function UserOutfitsPage() {
<Box> <Box>
<Flex justifyContent="space-between" marginBottom="4"> <Flex justifyContent="space-between" marginBottom="4">
<Heading1>Your outfits</Heading1> <Heading1>Your outfits</Heading1>
<WIPCallout details="This list doesn't work well with a lot of outfits yet. We'll paginate it soon!" /> <WIPCallout details="This list doesn't work well with a lot of outfits yet. We'll paginate it soon! And starred outfits are coming, too!" />
</Flex> </Flex>
<UserOutfitsPageContent /> <UserOutfitsPageContent />
</Box> </Box>