🚸 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

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