@@ -32,17 +32,17 @@ export default function ExtraSidebar() {
to={item.href}
className={classNames(
item.href.split("/")[2] === current[4]
- ? "bg-muted text-foreground"
- : "bg-background text-muted-foreground hover:bg-muted hover:text-foreground",
- "group flex w-full items-center rounded-md py-2 pl-2 text-sm font-medium"
+ ? "unused-side-bar-link-colors-true"
+ : "unused-side-bar-link-colors-false",
+ "unused-side-bar-link"
)}
>
{item.name}
@@ -59,20 +59,20 @@ export default function ExtraSidebar() {
{item.name}