Skip to content

Commit

Permalink
remove darkmode icons
Browse files Browse the repository at this point in the history
  • Loading branch information
gateremark committed Oct 22, 2023
1 parent 8dd2bbb commit f271df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const Navbar = () => {
</ul>
</div>
</header>
{darkMode ? (
{/* {darkMode ? (
<FiSun
className=" text-[#e2e2e2] absolute right-6 top-3 p-1 text-3xl shadow-glowdm rounded cursor-pointc"
onClick={() => setdarkMode((prevState) => !prevState)}
Expand All @@ -167,7 +167,7 @@ const Navbar = () => {
className=" text-[#000] absolute right-6 top-3 p-1 text-3xl shadow-glowlm rounded cursor-pointc"
onClick={() => setdarkMode((prevState) => !prevState)}
/>
)}
)} */}

{/* Mobile View */}
</div>
Expand Down

1 comment on commit f271df6

@vercel
Copy link

@vercel vercel bot commented on f271df6 Oct 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hometopia-gm – ./

hometopia-gm-git-main-gateremark.vercel.app
hometopia.vercel.app
hometopia-gm-gateremark.vercel.app

Please sign in to comment.