2
0

docs(share): 📝 Add embed instructions

This commit is contained in:
Baptiste Arnaud
2022-02-09 17:41:45 +01:00
parent d6238b3474
commit 65b30bfc48
41 changed files with 2038 additions and 214 deletions

View File

@ -5,7 +5,7 @@ import { TypebotHeader } from 'components/shared/TypebotHeader'
import React from 'react'
const SharePage = () => (
<Flex overflow="hidden" h="100vh" flexDir="column">
<Flex flexDir="column" pb="40">
<Seo title="Share" />
<TypebotHeader />
<ShareContent />