chore: name things consistently
This commit is contained in:
parent
efa64a5159
commit
0811a699fb
2 changed files with 1 additions and 1 deletions
|
@ -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>
|
Reference in a new issue