chore: cleanup

This commit is contained in:
2025-02-19 15:36:41 +01:00
parent fe4b783658
commit 55d5431859
18 changed files with 5 additions and 10 deletions
@@ -0,0 +1,9 @@
<button
onclick="switchTheme()"
id="theme-toggle"
type="button"
aria-label="switchtheme"
class="icon-button">
{% include 'components/icons/moon.svg' %}
{% include 'components/icons/sun.svg' %}
</button>