aboutsummaryrefslogtreecommitdiff
path: root/resources/views/includes
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-10-15 12:48:36 +0100
committerFrankie B <git@diskfloppy.me>2023-10-15 12:48:36 +0100
commit25296e79b6cc4112272559c8151d4f10894d8668 (patch)
treeb9be64e6b7880512d832501eee78d4aab3cd37c5 /resources/views/includes
parentd17e91f9ee20250251b9e2720e4001ec0a41506b (diff)
woops
Diffstat (limited to 'resources/views/includes')
-rw-r--r--resources/views/includes/header.blade.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/resources/views/includes/header.blade.php b/resources/views/includes/header.blade.php
index ee3d077..1c028b7 100644
--- a/resources/views/includes/header.blade.php
+++ b/resources/views/includes/header.blade.php
@@ -12,14 +12,5 @@
<a href="/weather/" title="Weather"><img src="/images/icons/nav/weather.png" alt="Weather" width="32" height="32"></a>
<a href="/music/" title="Music"><img src="/images/icons/nav/music.png" alt="Music" width="32" height="32"></a>&nbsp;&nbsp;
</div>
- <div class="theme-selector">
- <form>
- <label for="theme">Theme</label>
- <select name="theme" id="theme-selector" onmousedown="this.value='';" onchange="swapTheme(this.value);">
- <option value="catppuccin-macchiato">Catppuccin Macchiato</option>
- <option value="blind-yourself">blind yourself</option>
- </select>
- </form>
- </div>
</div>
</nav>