From a3c283da5e153117e18d1ef2babcb18bc56a085e Mon Sep 17 00:00:00 2001 From: uday <92738263+udayfakie@users.noreply.github.com> Date: Wed, 3 May 2023 00:20:01 +0300 Subject: [PATCH] Updated the CSS classes for the user name and profile (#8571) Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Co-authored-by: Keith Williams --- packages/features/shell/Shell.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}`