Skip to content

Commit

Permalink
fix: remove commented lines of previous toggle button code
Browse files Browse the repository at this point in the history
  • Loading branch information
HASH-0021 committed Oct 15, 2024
1 parent f954323 commit d8a3ebe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ const Navbar = ({
Text={isDarkMode ? 'Light Mode' : 'Dark Mode'}
TooltipText={`Click to enable ${isDarkMode ? 'light' : 'dark'} mode`}
/>
{/*<button onClick={handleDarkModeToggle} className="pointer">
{isDarkMode ? 'Light Mode' : 'Dark Mode'}
</button>*/}
</div>
</div>
)
Expand Down

0 comments on commit d8a3ebe

Please sign in to comment.