Skip to content

Commit

Permalink
solving problems with darkTheme in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Fermatka committed Sep 8, 2024
1 parent 52580d1 commit 58c56de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algrtm/src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export default function Navbar() {
sizes="100vw"
src={
darkMode
? "/EPR_Labs_logo_color.svg"
: "/EPR_Labs_logo_white_waves.svg"
? "/EPR_Labs_logo_white_waves.svg"
: "/EPR_Labs_logo_color.svg"
}
alt="EPR Labs logo"
className=""
Expand Down

0 comments on commit 58c56de

Please sign in to comment.