Skip to content

Commit

Permalink
fix(website): fix darkmode bug on docs website
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed Feb 6, 2023
1 parent 494a634 commit 99e5f42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/website/components/ThemedImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ function ThemedImage() {
? "/images/logotype-white.png"
: "/images/logotype-black.png"
);
console.log(resolvedTheme);
}, [resolvedTheme]);

return src ? (
Expand Down

0 comments on commit 99e5f42

Please sign in to comment.