theme-toggle (#52)

* default to system preferred theme

* theme svg in footer

* accounted for undefined window
This commit is contained in:
Owen Rees
2023-07-04 22:40:39 +02:00
committed by GitHub
parent 8a4f5f08d2
commit 96fda01929
4 changed files with 39 additions and 27 deletions
-3
View File
@@ -54,9 +54,6 @@ export default function Navbar() {
{t("contact")}
</Link>
</li>
<li>
<ThemeSwitcher />
</li>
</ul>
</div>
</div>