diff --git a/apps/web/pages/[user].tsx b/apps/web/pages/[user].tsx index 5afe8b1154..797684352e 100644 --- a/apps/web/pages/[user].tsx +++ b/apps/web/pages/[user].tsx @@ -154,7 +154,7 @@ export function UserPage(props: InferGetServerSidePropsType

{type.title}

- + diff --git a/packages/features/eventtypes/components/EventTypeDescription.tsx b/packages/features/eventtypes/components/EventTypeDescription.tsx index 69620377ed..b1a1176ec8 100644 --- a/packages/features/eventtypes/components/EventTypeDescription.tsx +++ b/packages/features/eventtypes/components/EventTypeDescription.tsx @@ -47,7 +47,7 @@ export const EventTypeDescription = ({
*:not(:first-child)]:hidden" : "" )} dangerouslySetInnerHTML={{ __html: eventType.descriptionAsSafeHTML || "",