From 859456aa85f2913b64ac02ca76aedc1e076a8718 Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Sun, 15 Oct 2023 00:22:03 -0400 Subject: [PATCH] profile --- app/(app)/_layout/components/UserMenu.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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