chore: name things consistently

This commit is contained in:
Cory Dransfeldt 2024-02-27 13:56:55 -08:00
parent efa64a5159
commit 0811a699fb
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -1,17 +0,0 @@
<script type="module" src="/assets/scripts/components/theme-toggle.js"></script>
<template id="theme-toggle-template">
<div class="theme__toggle">
<span class="placeholder">
{% tablericon "placeholder" "Toggle theme placeholder" %}
</span>
<span class="light">
{% tablericon "sun" "Toggle light theme" %}
</span>
<span class="dark">
{% tablericon "moon" "Toggle dark theme" %}
</span>
</div>
</template>
<li class="client-side">
<theme-toggle></theme-toggle>
</li>