From 984d7a1a02e337638dd13b6f4e2428fadf19004c Mon Sep 17 00:00:00 2001 From: Mayur Date: Tue, 26 Nov 2024 16:08:02 +0530 Subject: [PATCH] feat: Labels and the Integration message added --- apps/web/components/Integration/IntegrationData.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/components/Integration/IntegrationData.tsx b/apps/web/components/Integration/IntegrationData.tsx index a8d34b04..b3e1e0f6 100644 --- a/apps/web/components/Integration/IntegrationData.tsx +++ b/apps/web/components/Integration/IntegrationData.tsx @@ -1,6 +1,6 @@ import Link from 'next/link'; import React, { ReactNode } from 'react'; -import { Code, List } from '@mantine/core'; +import { Code, List, Text } from '@mantine/core'; import { colors, DOCUMENTATION_REFERENCE_LINKS } from '@config'; import { CodeBlock } from './ContentBlock'; @@ -1002,6 +1002,7 @@ export class AppComponent { ), '2) Add Import Button': ({ accessToken, projectId, templateId }) => ( <> + Here are the projectId, templateId and accessToken for the Bubble Integration