adjust WIP callout on user items page

This commit is contained in:
Emi Matchu 2020-11-03 14:45:43 -08:00
parent de974a365b
commit 2772c3e090

View file

@ -117,9 +117,11 @@ function UserItemsPage() {
return ( return (
<Box> <Box>
{isCurrentUser && (
<Box float="right"> <Box float="right">
<WIPCallout details="These lists are simplified and read-only for now. Full power coming soon!" /> <WIPCallout details="These lists are read-only for now. To edit, head back to Classic DTI!" />
</Box> </Box>
)}
<Heading1> <Heading1>
{isCurrentUser ? "Your items" : `${data.user.username}'s items`} {isCurrentUser ? "Your items" : `${data.user.username}'s items`}
</Heading1> </Heading1>