diff --git a/app/(app)/_layout/components/UserMenu.tsx b/app/(app)/_layout/components/UserMenu.tsx index 7a868de..a026497 100644 --- a/app/(app)/_layout/components/UserMenu.tsx +++ b/app/(app)/_layout/components/UserMenu.tsx @@ -1,3 +1,4 @@ +import Link from "next/link"; import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"; import { Button } from "@/components/ui/button"; import { @@ -34,12 +35,16 @@ export function UserMenu() { - Profile - ⇧⌘P + + Profile + ⇧⌘P + - Billing - ⌘B + + Billing + ⌘B + Settings