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