diff --git a/src/components/layout/nav-user.tsx b/src/components/layout/nav-user.tsx
index f4e950a..6391f33 100644
--- a/src/components/layout/nav-user.tsx
+++ b/src/components/layout/nav-user.tsx
@@ -1,3 +1,4 @@
+import { Link } from '@tanstack/react-router'
import {
BadgeCheck,
Bell,
@@ -81,17 +82,23 @@ export function NavUser({
-
-
- Account
+
+
+
+ Account
+
-
-
- Billing
+
+
+
+ Billing
+
-
-
- Notifications
+
+
+
+ Notifications
+
diff --git a/src/components/profile-dropdown.tsx b/src/components/profile-dropdown.tsx
index 845c46b..8686bbf 100644
--- a/src/components/profile-dropdown.tsx
+++ b/src/components/profile-dropdown.tsx
@@ -1,3 +1,4 @@
+import { Link } from '@tanstack/react-router'
import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'
import { Button } from '@/components/ui/button'
import {
@@ -33,17 +34,23 @@ export function ProfileDropdown() {
-
- Profile
- ⇧⌘P
+
+
+ Profile
+ ⇧⌘P
+
-
- Billing
- ⌘B
+
+
+ Billing
+ ⌘B
+
-
- Settings
- ⌘S
+
+
+ Settings
+ ⌘S
+
New Team