Added heads bar
This commit is contained in:
@@ -21,7 +21,7 @@ export function getColor(color?: string, type: "text" | "bg" = "text", defaultCo
|
||||
case "DARK_RED":
|
||||
return type === "text" ? "text-mc-dark-red" : "bg-mc-dark-red"
|
||||
case "DARK_AQUA":
|
||||
return type === "text" ? "text-mc-dark-aqua" : "bg-mc-dark-red"
|
||||
return type === "text" ? "text-mc-dark-aqua" : "bg-mc-dark-aqua"
|
||||
case "DARK_PURPLE":
|
||||
return type === "text" ? "text-mc-dark-purple" : "bg-mc-dark-purple"
|
||||
case "DARK_GRAY":
|
||||
|
||||
@@ -96,14 +96,14 @@ export const MODES = [
|
||||
]
|
||||
|
||||
export const HEADS = [
|
||||
{ id: "eww", name: "Eww!", color: "darkgray" },
|
||||
{ id: "eww", name: "Eww!", color: "dark-gray" },
|
||||
{ id: "yucky", name: "Yucky!", color: "gray" },
|
||||
{ id: "meh", name: "Meh", color: "white" },
|
||||
{ id: "decent", name: "Decent", color: "yellow" },
|
||||
{ id: "salty", name: "Salty", color: "green" },
|
||||
{ id: "tasty", name: "Tasty", color: "darkaqua" },
|
||||
{ id: "succulent", name: "Succulent", color: "pink" },
|
||||
{ id: "tasty", name: "Tasty", color: "dark-aqua" },
|
||||
{ id: "succulent", name: "Succulent", color: "light-purple" },
|
||||
{ id: "sweet", name: "Sweet", color: "aqua" },
|
||||
{ id: "divine", name: "Divine", color: "gold" },
|
||||
{ id: "heavenly", name: "Heavenly", color: "purple" }
|
||||
{ id: "heavenly", name: "Heavenly", color: "dark-purple" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user