From 6ca094f4b20f6b986700d61fa0422f7ed082f76c Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Thu, 5 Aug 2021 14:13:34 +0200 Subject: [PATCH] added launch your own app panel to app store --- pages/integrations/index.tsx | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) 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 ? (
    {integrations @@ -168,12 +168,11 @@ export default function Home({ integrations }) {

- 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.

+
+ +
+
);