2
0

🚸 Add better page titles and dashboard icons

Closes #231
This commit is contained in:
Baptiste Arnaud
2023-01-26 17:04:37 +01:00
parent 9aab6ddb2c
commit ee864d9729
10 changed files with 25 additions and 26 deletions

View File

@ -88,7 +88,7 @@ export const SharePage = () => {
return (
<Flex flexDir="column" pb="40">
<Seo title="Share" />
<Seo title={typebot?.name ? `${typebot.name} | Share` : 'Share'} />
<TypebotHeader />
<Flex h="full" w="full" justifyContent="center" align="flex-start">
<Stack maxW="1000px" w="full" pt="10" spacing={10}>