mirror of
https://github.com/danbulant/design
synced 2026-06-19 06:11:28 +00:00
disable dark mode toggle
This commit is contained in:
parent
8ef657ec02
commit
034cb0ef88
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue