disable dark mode toggle

This commit is contained in:
Daniel Bulant 2025-03-29 20:32:15 +01:00
parent 8ef657ec02
commit 034cb0ef88
No known key found for this signature in database

View file

@ -33,7 +33,7 @@
<div class="subbar w-full flex items-center justify-between max-w-8xl m-auto">
<a href="/"><h3>Daniel Bulant</h3></a>
<Split />
<Button text on:click={toggle}>{$darkmode ? "Light" : "Dark"} mode</Button>
<!-- <Button text on:click={toggle}>{$darkmode ? "Light" : "Dark"} mode</Button> -->
<div class="big">
<Button text href="/#contact" class="big">Contact</Button>
<Button text href="/posts" class="big">Blog</Button>