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
@@ -172,7 +172,7 @@ function AppRoutes() {
<Route element={<ProtectedLayout />}>
{/* User routes */}
<Route path="/profile" element={<ProfilePage />} />
<Route path="/security" element={<SecurityPage />} />
<Route path="/account/security" element={<UserSecurityPage />} />
<Route path="/linked-accounts" element={<LinkedAccountsPage />} />
<Route path="/activity" element={<ActivityPage />} />
<Route path="/ssh-keys" element={<SSHKeysPage />} />