add explainer text to outfits page WIP callout

This commit is contained in:
Emi Matchu 2021-01-14 06:45:07 -08:00
parent 9ce5a230e1
commit 888825b1b7

View file

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