Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kanatagu committed Nov 23, 2023
1 parent 87b7cc7 commit fa7fa1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/navigation/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const Header = () => {
w={{ base: '26px', md: '40px' }}
h={{ base: '26px', md: '40px' }}
/>
{/* TODO Change Link and Add Logout logic */}
<MenuList fontSize={{ base: 'md', md: 'lg' }} bgColor="white">
<MenuItem bgColor="white" _hover={{ bgColor: 'gray.100' }}>
Account Info
Expand Down

0 comments on commit fa7fa1e

Please sign in to comment.