binary to decimal

This commit is contained in:
2026-05-12 06:26:33 -04:00
parent 7db6fc0bab
commit 32c4035c23
11 changed files with 887 additions and 5 deletions

View File

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