update how the links in the sidebar look
All checks were successful
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 1m1s
All checks were successful
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 1m1s
Took 21 seconds
This commit is contained in:
parent
61d052fc62
commit
96687ea94c
@ -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"
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user