Seed: project-management template (23 files)

This commit is contained in:
2026-07-23 23:01:12 +00:00
parent 6fa48cbea5
commit d6ba7cd96c
+1 -1
View File
@@ -42,7 +42,7 @@ function SidebarContent({ activePath }: SidebarProps) {
<Link
key={item.path}
to={item.path}
className={`relative flex items-center gap-3 px-3 py-2.5 rounded-lg text-sm font-medium transition-colors duration-200 \${
className={`relative flex items-center gap-3 px-3 py-2.5 rounded-lg text-sm font-medium transition-colors duration-200 ${
isActive
? "bg-violet-500/15 text-violet-400 shadow-sm before:absolute before:left-0 before:top-0 before:bottom-0 before:w-0.5 before:bg-violet-500 before:rounded-r"
: "text-slate-400 hover:text-white hover:bg-slate-800"