fix easy color
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m12s

This commit is contained in:
Lee 2024-10-19 18:17:43 +01:00
parent 899c3e11e6
commit 4d8debe333

@ -7,7 +7,7 @@ type Difficulty = {
type DifficultyName = "Easy" | "Normal" | "Hard" | "Expert" | "Expert+"; type DifficultyName = "Easy" | "Normal" | "Hard" | "Expert" | "Expert+";
const difficulties: Difficulty[] = [ const difficulties: Difficulty[] = [
{ name: "Easy", color: "#59b0f4" }, { name: "Easy", color: "#3cb371" },
{ name: "Normal", color: "#59b0f4" }, { name: "Normal", color: "#59b0f4" },
{ name: "Hard", color: "#FF6347" }, { name: "Hard", color: "#FF6347" },
{ name: "Expert", color: "#bf2a42" }, { name: "Expert", color: "#bf2a42" },