integers added

This commit is contained in:
2026-03-26 08:50:17 -04:00
parent 1764adf0a5
commit 221997f2d9
17 changed files with 1520 additions and 64 deletions

View File

@@ -31,6 +31,12 @@ const unitColorMap = {
heading: "text-unit-4-dark",
hoverBg: "hover:bg-unit-4-light/50",
},
"unit-5": {
active: "bg-unit-5-light text-unit-5-dark border-unit-5/20",
dot: "bg-unit-5",
heading: "text-unit-5-dark",
hoverBg: "hover:bg-unit-5-light/50",
},
};
export function Sidebar() {