This commit is contained in:
vadimwit
2026-03-05 22:54:35 +00:00
parent 1697a14716
commit 4ed382393e
4 changed files with 6875 additions and 102 deletions
+6230
View File
File diff suppressed because it is too large Load Diff
+643 -101
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -153,7 +153,7 @@ export default function App() {
return [...prev.slice(-30), winner]
})
}
}, [isStrictMode])
}, [])
const currentChord = chordHistory[chordHistory.length - 1]
+1
View File
@@ -1,4 +1,5 @@
@import "tailwindcss";
@config "../tailwind.config.js";
body {
background-color: #0f0f0f;