Skip to content

Commit

Permalink
Update Integrations.tsx, changing the div attribute from class to id
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-r authored Oct 13, 2023
1 parent 7a0daab commit d6d1d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin/src/pages/Integrations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const Integrations = () => {
Insert at the end of your <body> tag this div, this is the place where the FAQ
will appear.
<br />
<CodeBlock code='<div class="3shop-app"></div>' />
<CodeBlock code='<div id="3shop-app"></div>' />
</li>
</ol>
</Box>
Expand Down

3 comments on commit d6d1d3e

@vercel
Copy link

@vercel vercel bot commented on d6d1d3e Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

functions – ./apps/functions

functions.3shop.co
functions-git-main-3shop.vercel.app
functions-3shop.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d6d1d3e Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

admin – ./apps/admin

admin-3shop.vercel.app
admin.sorcel.co
admin-git-main-3shop.vercel.app
admin.3shop.co

@vercel
Copy link

@vercel vercel bot commented on d6d1d3e Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

poll – ./apps/poll

poll-git-main-3shop.vercel.app
poll-3shop.vercel.app
poll-ecru.vercel.app

Please sign in to comment.