Seed: product-management template (23 files)

This commit is contained in:
2026-07-23 23:01:56 +00:00
parent 598d58ba50
commit 4cd3aa2f43
+1 -1
View File
@@ -40,7 +40,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-blue-500/15 text-blue-400 shadow-sm before:absolute before:left-0 before:top-0 before:bottom-0 before:w-0.5 before:bg-blue-500 before:rounded-r"
: "text-slate-400 hover:text-white hover:bg-slate-800"