From d8a3ebe4b01a28907cd1aaf8a9935950d25eb79f Mon Sep 17 00:00:00 2001 From: Sri Harsha D V Date: Tue, 15 Oct 2024 23:49:25 +0530 Subject: [PATCH] fix: remove commented lines of previous toggle button code --- src/components/Navbar.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 9a0e7cfe3..5a8ab9843 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -80,9 +80,6 @@ const Navbar = ({ Text={isDarkMode ? 'Light Mode' : 'Dark Mode'} TooltipText={`Click to enable ${isDarkMode ? 'light' : 'dark'} mode`} /> - {/**/} )