bugfix
This commit is contained in:
Generated
+6230
File diff suppressed because it is too large
Load Diff
Generated
+643
-101
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -153,7 +153,7 @@ export default function App() {
|
||||
return [...prev.slice(-30), winner]
|
||||
})
|
||||
}
|
||||
}, [isStrictMode])
|
||||
}, [])
|
||||
|
||||
const currentChord = chordHistory[chordHistory.length - 1]
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@import "tailwindcss";
|
||||
@config "../tailwind.config.js";
|
||||
|
||||
body {
|
||||
background-color: #0f0f0f;
|
||||
|
||||
Reference in New Issue
Block a user