Add divider between own/want lists

Very helpful for scanning big pages!
This commit is contained in:
Emi Matchu 2021-06-18 18:33:33 -07:00
parent 96fdd395e1
commit bb05a3e785

View file

@ -271,7 +271,13 @@ function UserItemsPage() {
</VStack>
</Box>
<Heading2 id="wanted-items" marginTop="10" marginBottom="2">
<Box
borderTop="1px solid currentColor"
marginTop="16"
marginBottom="6"
/>
<Heading2 id="wanted-items" marginBottom="2">
{isCurrentUser
? "Items you want"
: `Items ${data.user.username} wants`}