fix: huge refactor
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<button
|
||||
onclick="switchTheme()"
|
||||
id="theme-toggle"
|
||||
type="button"
|
||||
aria-label="switchtheme"
|
||||
class="btn btn-circle">
|
||||
{% include 'components/icons/moon.svg' %}
|
||||
{% include 'components/icons/sun.svg' %}
|
||||
</button>
|
||||
Reference in New Issue
Block a user