Add divider between own/want lists
Very helpful for scanning big pages!
This commit is contained in:
parent
96fdd395e1
commit
bb05a3e785
1 changed files with 7 additions and 1 deletions
|
@ -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`}
|
||||
|
|
Loading…
Reference in a new issue