diff --git a/apps/web/components/getting-started/steps-views/UserProfile.tsx b/apps/web/components/getting-started/steps-views/UserProfile.tsx index d1b1fa1d65..aae5e10f7d 100644 --- a/apps/web/components/getting-started/steps-views/UserProfile.tsx +++ b/apps/web/components/getting-started/steps-views/UserProfile.tsx @@ -98,14 +98,7 @@ const UserProfile = () => { return (
- {user && ( - - )} + {user && } ( <> - +
\ No newline at end of file diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index c2979a5ec2..58f83d4d21 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -1093,7 +1093,7 @@ "or_lowercase": "or", "nevermind": "Nevermind", "go_to": "Go to: ", - "invite_link_make": "
  • Go toMake Invite Link and install Cal.com appp
  • ", + "invite_link_make": "
  • Go toMake Invite Link and install Cal.com app
  • ", "zapier_invite_link": "Zapier Invite Link", "meeting_url_provided_after_confirmed": "A Meeting URL will be created once the event is confirmed.", "dynamically_display_attendee_or_organizer": "Dynamically display the name of your attendee for you, or your name if it's viewed by your attendee", diff --git a/packages/features/ee/organizations/components/TeamInviteFromOrg.tsx b/packages/features/ee/organizations/components/TeamInviteFromOrg.tsx index a015f38b64..dcdd0e8809 100644 --- a/packages/features/ee/organizations/components/TeamInviteFromOrg.tsx +++ b/packages/features/ee/organizations/components/TeamInviteFromOrg.tsx @@ -80,7 +80,6 @@ function UserToInviteItem({ alt="Users avatar" asChild imageSrc={`${bookerUrl}/${member.user.username}/avatar.png`} - gravatarFallbackMd5="hash" />