Seed: saas template (34 files)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user