diff --git a/pages/integrations/index.tsx b/pages/integrations/index.tsx index a71bfb48..feb1065f 100644 --- a/pages/integrations/index.tsx +++ b/pages/integrations/index.tsx @@ -109,7 +109,7 @@ export default function Home({ integrations }) { Connect a new App }> -
+
{integrations.filter((ig) => ig.credential).length !== 0 ? (

- You don't have any connected apps. + You don't have any apps connected.

- You currently do not have any apps connected. Connect your first app to get - started. + You currently do not have any apps connected. Connect your first app to get started.

@@ -276,7 +275,7 @@ export default function Home({ integrations }) {
)} -
+

Select calendars

@@ -386,6 +385,20 @@ export default function Home({ integrations }) {
)} + +
+
+

Launch your own App

+
+

If you want to add your own App here, get in touch with us.

+
+ +
+
);