From 2a18516d193c4d35efbc39070282ae9fe13c08c5 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Thu, 5 Aug 2021 12:02:06 +0200 Subject: [PATCH 1/3] first half of revisions --- components/Shell.tsx | 8 ++++---- pages/event-types/index.tsx | 20 ++++++++++---------- styles/globals.css | 1 + 3 files changed, 15 insertions(+), 14 deletions(-) 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 }) {