2
0

fix(viewer): 💚 Attempt to fix LP rewrites

This commit is contained in:
Baptiste Arnaud
2022-02-10 16:23:21 +01:00
parent 92515efcc3
commit 19f4fdb83a
11 changed files with 65 additions and 73 deletions

View File

@ -12,7 +12,7 @@ import {
Th,
Flex,
} from '@chakra-ui/react'
import Typebot from 'typebot-js'
import { initContainer } from 'typebot-js'
import { ArticleCallToAction } from 'components/common/ArticleCta'
import { roadmapLink, Footer } from 'components/common/Footer'
import { Navbar } from 'components/common/Navbar/Navbar'
@ -22,7 +22,7 @@ import { Yes, No } from 'components/common/TableCells'
const VsTypebot = () => {
useEffect(() => {
Typebot.initContainer('typebot-container', {
initContainer('typebot-container', {
publishId: 'example-vs-other-tools',
})
}, [])