Fix(UI): Fix security page routing and standardize marketing CTA card styles

This commit is contained in:
2026-03-29 10:49:27 +05:45
parent 7003bbf8c6
commit 6ab4b8c2a5
7 changed files with 58 additions and 52 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ import { cn } from "@/lib/utils";
const userNavItems = [
{ title: "Profile", url: "/profile", icon: User },
{ title: "Security", url: "/security", icon: Shield },
{ title: "Security", url: "/account/security", icon: Shield },
{ title: "SSH Keys", url: "/ssh-keys", icon: Terminal },
{ title: "Linked Accounts", url: "/linked-accounts", icon: Link2 },
{ title: "Activity", url: "/activity", icon: Activity },