Comment out currently unused menu

This commit is contained in:
Jackson Harper
2023-03-08 19:22:28 +08:00
parent c32d5ca4c0
commit e8977158b2

View File

@ -72,7 +72,7 @@ export function HighlightItemsLayout(
alignment="center"
distribution="start"
>
<Box
{/* <Box
css={{
display: 'flex',
height: '20px',
@ -87,7 +87,7 @@ export function HighlightItemsLayout(
}}
>
<DotsThreeVertical size={200} color="#898989" weight="bold" />
</Box>
</Box> */}
</HStack>
{props.items.map((linkedItem) => (
<Box