Sort classes lol
All checks were successful
Docs / build (push) Successful in 2m22s

This commit is contained in:
Полина 2025-01-19 23:28:41 +03:00
parent 686e62d0e0
commit 5d467180cf

View file

@ -28,7 +28,6 @@ export function App() {
const handleKeyDown = (e: KeyboardEvent) => { const handleKeyDown = (e: KeyboardEvent) => {
if (e.metaKey && e.key === ',') { if (e.metaKey && e.key === ',') {
setShowSettings(true) setShowSettings(true)
e.preventDefault()
} }
} }
@ -64,7 +63,7 @@ export function App() {
/> />
</div> </div>
</nav> </nav>
<div class="h-px shrink-0 bg-border" /> <div class="bg-border h-px shrink-0" />
<Show <Show
when={!updating()} when={!updating()}
fallback={( fallback={(