Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyAlexis committed May 8, 2024
1 parent 4bed0f2 commit d6a5e96
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/BottomNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,6 @@ export const BottomNav: React.FC<BottomNavProps> =
icon={<Info />}
onClick={handleAboutModalOpen}
/>

{/* <BottomNavigationAction
style={buttonStyle}
label="About"
icon={<Info />}
onClick={handleAboutModalOpen}
/> */}
</BottomNavigation>

{menuOpen &&
Expand Down

0 comments on commit d6a5e96

Please sign in to comment.