From f71c5d20755a38d80393200112e35cfa501d76c1 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Mon, 2 Aug 2021 19:16:20 +0200 Subject: [PATCH] fixed integrations button absolute positioning --- pages/availability/troubleshoot.tsx | 15 ++++++++------- pages/integrations/index.tsx | 3 +-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/availability/troubleshoot.tsx b/pages/availability/troubleshoot.tsx index 13b40ee782..9ade27ae06 100644 --- a/pages/availability/troubleshoot.tsx +++ b/pages/availability/troubleshoot.tsx @@ -50,12 +50,9 @@ export default function Troubleshoot({ user }) { Troubleshoot | Calendso - -
-

- Understand why certain times are available and others are blocked. -

-
+
Here is an overview of your day on {selectedDate.format("D MMMM YYYY")}: @@ -83,7 +80,11 @@ export default function Troubleshoot({ user }) {
))} - {availability.length === 0 &&
} + {availability.length === 0 && ( +
+ +
+ )}
Your day ends at {convertMinsToHrsMins(user.endTime)} diff --git a/pages/integrations/index.tsx b/pages/integrations/index.tsx index ae8c5457f7..fb3d84e2fe 100644 --- a/pages/integrations/index.tsx +++ b/pages/integrations/index.tsx @@ -104,12 +104,11 @@ export default function Home({ integrations }) { + className="flex justify-center py-2 px-4 border border-transparent rounded-sm shadow-sm text-sm font-medium text-white bg-neutral-900 hover:bg-neutral-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-neutral-900"> Add new integration