diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index 5624d44663..7fc489a248 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -308,10 +308,10 @@ function UserDropdown({ small }: { small?: boolean }) { {!small && ( - + {user.name || "Nameless User"} - + {user.username ? process.env.NEXT_PUBLIC_WEBSITE_URL === "https://cal.com" ? `cal.com/${user.username}`