Skip to content

Commit

Permalink
fix(lp): 🩹 Vs pages typebot
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 16, 2022
1 parent 0bb50f9 commit b1916e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/landing-page/pages/vs-landbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const VsTypebot = () => {
})
})
initContainer('typebot-container', {
publishId: 'example-vs-other-tools',
publishId: 'request-class',
})
}, [])
return (
Expand Down
2 changes: 1 addition & 1 deletion apps/landing-page/pages/vs-tally.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { Yes, No } from 'components/common/TableCells'
const VsTypebot = () => {
useEffect(() => {
initContainer('typebot-container', {
publishId: 'example-vs-other-tools',
publishId: 'request-class',
})
}, [])
return (
Expand Down
2 changes: 1 addition & 1 deletion apps/landing-page/pages/vs-typeform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const VsTypebot = () => {
useEffect(() => {
loadTypeform().then()
initContainer('typebot-container', {
publishId: 'example-vs-other-tools',
publishId: 'request-class',
})
}, [])
return (
Expand Down

4 comments on commit b1916e4

@vercel
Copy link

@vercel vercel bot commented on b1916e4 Feb 16, 2022

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:

docs – ./apps/docs

docs-typebot-io.vercel.app
docs-git-main-typebot-io.vercel.app
docs.typebot.io

@vercel
Copy link

@vercel vercel bot commented on b1916e4 Feb 16, 2022

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on b1916e4 Feb 16, 2022

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:

viewer-v2 – ./apps/viewer

viewer-v2-git-main-typebot-io.vercel.app
typebot-viewer.vercel.app
viewer-v2-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b1916e4 Feb 16, 2022

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:

builder-v2 – ./apps/builder

builder-v2-typebot-io.vercel.app
builder-v2-git-main-typebot-io.vercel.app
app.typebot.io

Please sign in to comment.