mirror of
https://github.com/System-End/spaces.git
synced 2026-04-19 16:38:24 +00:00
fix capitalization (ts was annoying me so much)
This commit is contained in:
parent
58e90d7b40
commit
53cc4d9be6
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
<div class="theme-switcher">
|
||||
<button class="theme-toggle" on:click|stopPropagation={toggleMenu} aria-label="Switch theme">
|
||||
theme: {themes[$currentTheme]?.name || 'light'}
|
||||
Theme: {themes[$currentTheme]?.name || 'light'}
|
||||
</button>
|
||||
|
||||
{#if isOpen}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue