diff --git a/components/Shell.tsx b/components/Shell.tsx
index 4ebc08d7..1d44e38e 100644
--- a/components/Shell.tsx
+++ b/components/Shell.tsx
@@ -160,7 +160,7 @@ export default function Shell(props) {
-
{props.heading}
+
{props.heading}
{props.subtitle}
{props.CTA}
diff --git a/components/dialog/ConfirmationDialogContent.tsx b/components/dialog/ConfirmationDialogContent.tsx
index 531cad60..f3a3ef23 100644
--- a/components/dialog/ConfirmationDialogContent.tsx
+++ b/components/dialog/ConfirmationDialogContent.tsx
@@ -29,7 +29,9 @@ export default function ConfirmationDialogContent(props: PropsWithChildren
)}
- {title}
+
+ {title}
+
{children}
diff --git a/components/eventtype/EventTypeDescription.tsx b/components/eventtype/EventTypeDescription.tsx
index ec4e7887..bf31fcd3 100644
--- a/components/eventtype/EventTypeDescription.tsx
+++ b/components/eventtype/EventTypeDescription.tsx
@@ -67,7 +67,9 @@ export const EventTypeDescription = ({ eventType, className }: EventTypeDescript
className="flex-none inline mr-1.5 mt-0.5 h-4 w-4 text-neutral-400"
aria-hidden="true"
/>
-
{eventType.description.substring(0, 100)}
+
+ {eventType.description.substring(0, 100)}
+
)}
diff --git a/components/ui/Text/Headline/Headline.tsx b/components/ui/Text/Headline/Headline.tsx
index 8ddbe2f0..87b7aca7 100644
--- a/components/ui/Text/Headline/Headline.tsx
+++ b/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("text-xl font-bold text-gray-900 dark:text-white", props?.className);
+ const classes = classnames("font-cal text-xl font-bold text-gray-900 dark:text-white", props?.className);
return {props?.text || props.children}
;
};
diff --git a/pages/event-types/index.tsx b/pages/event-types/index.tsx
index 6802304e..b6d0b214 100644
--- a/pages/event-types/index.tsx
+++ b/pages/event-types/index.tsx
@@ -140,8 +140,12 @@ const EventTypesPage = (props: PageProps) => {
type.$disabled && "opacity-30 cursor-not-allowed pointer-events-none select-none"
)}
data-disabled={type.$disabled ? 1 : 0}>
-
-
+
-
+