Seed: saas template (34 files)
This commit is contained in:
@@ -28,7 +28,7 @@ function SidebarContent({ activePath }: { activePath: string }) {
|
||||
<Link
|
||||
key={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
|
||||
? "bg-indigo-500/15 text-indigo-400 border-l-2 border-indigo-400"
|
||||
: "text-slate-400 hover:text-white hover:bg-white/5"
|
||||
|
||||
Reference in New Issue
Block a user