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]
|
return [...prev.slice(-30), winner]
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}, [isStrictMode])
|
}, [])
|
||||||
|
|
||||||
const currentChord = chordHistory[chordHistory.length - 1]
|
const currentChord = chordHistory[chordHistory.length - 1]
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
@import "tailwindcss";
|
@import "tailwindcss";
|
||||||
|
@config "../tailwind.config.js";
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #0f0f0f;
|
background-color: #0f0f0f;
|
||||||
|
|||||||
Reference in New Issue
Block a user