fix capitalization (ts was annoying me so much)

This commit is contained in:
Charmunk 2025-11-15 16:49:40 -05:00 committed by GitHub
parent 58e90d7b40
commit 53cc4d9be6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}