diff --git a/apps/web/components/ImageUploader.tsx b/apps/web/components/ImageUploader.tsx index e77c1476..65c3cec0 100644 --- a/apps/web/components/ImageUploader.tsx +++ b/apps/web/components/ImageUploader.tsx @@ -119,7 +119,7 @@ export default function ImageUploader({
-
diff --git a/apps/web/components/Shell.tsx b/apps/web/components/Shell.tsx index de151e69..31b186da 100644 --- a/apps/web/components/Shell.tsx +++ b/apps/web/components/Shell.tsx @@ -248,7 +248,7 @@ export default function Shell(props: {
-
+
@@ -309,9 +309,7 @@ export default function Shell(props: {
{props.HeadingLeftIcon &&
{props.HeadingLeftIcon}
}
-

- {props.heading} -

+

{props.heading}

{props.subtitle}

{props.CTA}
diff --git a/apps/web/components/dialog/ConfirmationDialogContent.tsx b/apps/web/components/dialog/ConfirmationDialogContent.tsx index cd8087b5..cf419200 100644 --- a/apps/web/components/dialog/ConfirmationDialogContent.tsx +++ b/apps/web/components/dialog/ConfirmationDialogContent.tsx @@ -52,9 +52,7 @@ export default function ConfirmationDialogContent(props: PropsWithChildren )}
- - {title} - + {title} {children} diff --git a/apps/web/components/ui/AuthContainer.tsx b/apps/web/components/ui/AuthContainer.tsx index 19586190..c96e3d99 100644 --- a/apps/web/components/ui/AuthContainer.tsx +++ b/apps/web/components/ui/AuthContainer.tsx @@ -21,7 +21,7 @@ export default function AuthContainer(props: React.PropsWithChildren) { Cal.com Logo )} {props.heading && ( -

{props.heading}

+

{props.heading}

)}
{props.loading && ( diff --git a/apps/web/components/ui/Text/Headline/Headline.tsx b/apps/web/components/ui/Text/Headline/Headline.tsx index 87b7aca7..0f860c82 100644 --- a/apps/web/components/ui/Text/Headline/Headline.tsx +++ b/apps/web/components/ui/Text/Headline/Headline.tsx @@ -4,7 +4,7 @@ import React from "react"; import { TextProps } from "../Text"; const Headline: React.FunctionComponent = (props: TextProps) => { - const classes = classnames("font-cal text-xl font-bold text-gray-900 dark:text-white", props?.className); + const classes = classnames("font-cal text-xl text-gray-900 dark:text-white", props?.className); return

{props?.text || props.children}

; }; diff --git a/apps/web/pages/[user].tsx b/apps/web/pages/[user].tsx index e5a8303f..8ae39050 100644 --- a/apps/web/pages/[user].tsx +++ b/apps/web/pages/[user].tsx @@ -49,7 +49,7 @@ export default function User(props: inferSSRProps) {
-

+

{nameOrUsername} {user.verified && ( @@ -61,7 +61,7 @@ export default function User(props: inferSSRProps) { {user.away ? (
-

+

😴{" " + t("user_away")}

{t("user_away_description")}

@@ -116,9 +116,7 @@ export default function User(props: inferSSRProps) { {eventTypes.length === 0 && (
-

- {t("uh_oh")} -

+

{t("uh_oh")}

{t("no_event_types_have_been_setup")}

diff --git a/apps/web/pages/settings/profile.tsx b/apps/web/pages/settings/profile.tsx index 593928df..009d57f9 100644 --- a/apps/web/pages/settings/profile.tsx +++ b/apps/web/pages/settings/profile.tsx @@ -67,7 +67,7 @@ function HideBrandingInput(props: { hideBrandingRef: RefObject
-
diff --git a/apps/web/pages/settings/teams/[id]/index.tsx b/apps/web/pages/settings/teams/[id]/index.tsx index d80a5939..4fd74ce6 100644 --- a/apps/web/pages/settings/teams/[id]/index.tsx +++ b/apps/web/pages/settings/teams/[id]/index.tsx @@ -120,7 +120,7 @@ export function TeamSettingsPage() { )}
-

{t("members")}

+

{t("members")}

{isAdmin && (