diff --git a/components/Shell.tsx b/components/Shell.tsx index 480195e5..2c1adacb 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -105,7 +105,7 @@ export default function Shell(props) { ))} -
+
@@ -135,10 +135,10 @@ export default function Shell(props) { -
+
-
-

{props.heading}

+
+

{props.heading}

{props.subtitle}

{props.CTA}
diff --git a/pages/event-types/index.tsx b/pages/event-types/index.tsx index 8b73886c..f807f9ce 100644 --- a/pages/event-types/index.tsx +++ b/pages/event-types/index.tsx @@ -176,7 +176,7 @@ export default function Availability({ user, types }) { heading="Event Types" subtitle="Create events to share for people to book on your calendar." CTA={types.length !== 0 && }> -
+
    {types.map((type) => (
  • @@ -196,21 +196,21 @@ export default function Availability({ user, types }) {