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

@ -12,7 +12,7 @@ export const ThemePage = () => {
return (
<Flex overflow="hidden" h="100vh" flexDir="column">
<Seo title="Theme" />
<Seo title={typebot?.name ? `${typebot.name} | Theme` : 'Theme'} />
<TypebotHeader />
<Flex h="full" w="full">
<ThemeSideMenu />