Skip to content

Commit

Permalink
refactor: removed useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-eof committed Apr 27, 2023
1 parent 69409b5 commit 7d2ad09
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,26 +98,6 @@ export default function Main() {
</HStack>
</HStack>
<Flex alignItems={'center'}>
{/* <HStack
display={{ base: 'none', md: 'flex' }}
mr={4}
style={{ cursor: 'pointer', userSelect: 'none' }}
>
{isAuthenticated() &&
myMenu.map((link) => (
<Box
fontWeight={'bold'}
borderBottomWidth={selectedMenu === link.url ? '5px' : '0'}
borderBottomColor={'green.300'}
pb={2}
onClick={() => selectMenuAndNavigate(link)}
key={link.name}
mr={2}
>
{link.name}
</Box>
))}
</HStack> */}
{isAuthenticated() && (
<Button
variant={'solid'}
Expand Down

0 comments on commit 7d2ad09

Please sign in to comment.