diff --git a/components/Dialog.tsx b/components/Dialog.tsx index c37576b959..c629c81183 100644 --- a/components/Dialog.tsx +++ b/components/Dialog.tsx @@ -32,7 +32,7 @@ type DialogHeaderProps = { export function DialogHeader({ title, subtitle }: DialogHeaderProps) { return (
-
diff --git a/components/ImageUploader.tsx b/components/ImageUploader.tsx index 14f7dff227..dc2a995401 100644 --- a/components/ImageUploader.tsx +++ b/components/ImageUploader.tsx @@ -142,7 +142,7 @@ export default function ImageUploader({ target, id, buttonMsg, handleAvatarChang
-
diff --git a/components/booking/pages/AvailabilityPage.tsx b/components/booking/pages/AvailabilityPage.tsx index d9be1e0386..075a930a0e 100644 --- a/components/booking/pages/AvailabilityPage.tsx +++ b/components/booking/pages/AvailabilityPage.tsx @@ -166,7 +166,9 @@ const AvailabilityPage = ({ profile, eventType, workingHours }: AvailabilityPage size={10} truncateAfter={3} /> -

{profile.name}

+

+ {profile.name} +

{eventType.title}

diff --git a/components/booking/pages/BookingPage.tsx b/components/booking/pages/BookingPage.tsx index 0b0d76a661..9ee787c2fb 100644 --- a/components/booking/pages/BookingPage.tsx +++ b/components/booking/pages/BookingPage.tsx @@ -200,7 +200,9 @@ const BookingPage = (props: BookingPageProps) => { })) )} /> -

{props.profile.name}

+

+ {props.profile.name} +

{props.eventType.title}

diff --git a/components/security/ChangePasswordSection.tsx b/components/security/ChangePasswordSection.tsx index ae8fd5352e..7afe1b99a6 100644 --- a/components/security/ChangePasswordSection.tsx +++ b/components/security/ChangePasswordSection.tsx @@ -60,7 +60,7 @@ const ChangePasswordSection = () => { return ( <>
-

Change Password

+

Change Password

diff --git a/components/security/TwoFactorAuthSection.tsx b/components/security/TwoFactorAuthSection.tsx index 70888232a0..c19bfcb042 100644 --- a/components/security/TwoFactorAuthSection.tsx +++ b/components/security/TwoFactorAuthSection.tsx @@ -14,7 +14,7 @@ const TwoFactorAuthSection = ({ twoFactorEnabled }: { twoFactorEnabled: boolean return ( <>
-

Two-Factor Authentication

+

Two-Factor Authentication

{enabled ? "Enabled" : "Disabled"} diff --git a/components/security/TwoFactorModalHeader.tsx b/components/security/TwoFactorModalHeader.tsx index 68288ba360..73c3632ee1 100644 --- a/components/security/TwoFactorModalHeader.tsx +++ b/components/security/TwoFactorModalHeader.tsx @@ -8,7 +8,7 @@ const TwoFactorModalHeader = ({ title, description }: { title: string; descripti
-

{description}

diff --git a/components/team/EditTeam.tsx b/components/team/EditTeam.tsx index 17bc9029b2..57c62107f6 100644 --- a/components/team/EditTeam.tsx +++ b/components/team/EditTeam.tsx @@ -144,7 +144,7 @@ export default function EditTeam(props: { team: Team | undefined | null; onClose

-

Profile

+

Profile

{hasErrors && }
@@ -214,7 +214,7 @@ export default function EditTeam(props: { team: Team | undefined | null; onClose
-

Members

+

Members