update how the links in the sidebar look
All checks were successful
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 1m1s

Took 21 seconds
This commit is contained in:
Braydon 2024-10-07 14:25:18 -04:00
parent 61d052fc62
commit 96687ea94c

View File

@ -56,7 +56,7 @@ const CategoryItem = ({
{depth > 0 && (
<div
className={cn(
"absolute left-0 bottom-0 border-l-2 border-muted",
"absolute left-0 bottom-0 border-l border-muted",
isLast ? "h-[32px]" : "h-[100%]",
active && "border-primary"
)}