diff --git a/apps/web/components/navigation.tsx b/apps/web/components/navigation.tsx index b419dbfa8..5b072a814 100644 --- a/apps/web/components/navigation.tsx +++ b/apps/web/components/navigation.tsx @@ -34,7 +34,7 @@ const navigation = [ }, { name: "Settings", - href: "/settings", + href: "/settings/profile", current: true, icon: WrenchIcon, }, @@ -151,10 +151,7 @@ export default function TopNavigation() {
@@ -236,12 +233,8 @@ export default function TopNavigation() { />
-
- {user?.name || ""} -
-
- {user?.email} -
+
{user?.name || ""}
+
{user?.email}