add explainer text to outfits page WIP callout
This commit is contained in:
parent
9ce5a230e1
commit
888825b1b7
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
<WIPCallout details="This list doesn't work well with a lot of outfits yet. We'll paginate it soon!" />
|
||||||
</Flex>
|
</Flex>
|
||||||
<UserOutfitsPageContent />
|
<UserOutfitsPageContent />
|
||||||
</Box>
|
</Box>
|
||||||
|
|
Loading…
Reference in a new issue