no more blinking

This commit is contained in:
Karol Wypchlo 2021-04-01 12:24:49 +02:00
parent d0295a69bc
commit a9223dbeb0
1 changed files with 0 additions and 3 deletions

View File

@ -56,9 +56,6 @@ const Navigation = ({ mode }) => {
<Link to="/" className={classnames("flex flex-shrink-0 items-center")}>
{mode === "dark" && <LogoWhiteText className="h-8 desktop:h-10" />}
{mode === "light" && <LogoBlackText className="h-8 desktop:h-10" />}
<span className="bg-white text-xxs p-1 tabular-nums">
{isWindowTop} {mode}
</span>
</Link>
<div className="ml-auto flex items-center desktop:hidden z-10">
<button