Seed: saas template (34 files)

This commit is contained in:
2026-07-23 22:54:47 +00:00
parent 838bd292f4
commit 7ee491bb97
+1 -1
View File
@@ -28,7 +28,7 @@ function SidebarContent({ activePath }: { activePath: string }) {
<Link <Link
key={item.to} key={item.to}
to={item.to} to={item.to}
className={`flex items-center gap-3 px-3 py-2.5 rounded-lg text-sm font-medium transition-colors \${ className={`flex items-center gap-3 px-3 py-2.5 rounded-lg text-sm font-medium transition-colors ${
isActive isActive
? "bg-indigo-500/15 text-indigo-400 border-l-2 border-indigo-400" ? "bg-indigo-500/15 text-indigo-400 border-l-2 border-indigo-400"
: "text-slate-400 hover:text-white hover:bg-white/5" : "text-slate-400 hover:text-white hover:bg-white/5"