mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Comment out currently unused menu
This commit is contained in:
parent
c32d5ca4c0
commit
e8977158b2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue