Skip to content

Commit

Permalink
feat: Labels and the Integration message added
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayur committed Nov 26, 2024
1 parent ad5828a commit 984d7a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/components/Integration/IntegrationData.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down Expand Up @@ -1002,6 +1002,7 @@ export class AppComponent {
),
'2) Add Import Button': ({ accessToken, projectId, templateId }) => (
<>
<Text>Here are the projectId, templateId and accessToken for the Bubble Integration</Text>
<CodeBlock
height={HEIGHTS.WITH_TEXT}
code={`
Expand Down

0 comments on commit 984d7a1

Please sign in to comment.