2
0

💄 Correct default favicon for viewer

This commit is contained in:
Baptiste Arnaud
2023-02-09 15:34:13 +01:00
parent c9fda1518f
commit 5e358caee2

View File

@ -23,7 +23,7 @@ export const SEO = ({
<link <link
rel="icon" rel="icon"
type="image/png" type="image/png"
href={favIconUrl ?? 'https://bot.typebot.io/favicon.png'} href={favIconUrl ?? 'https://viewer.typebot.io/favicon.png'}
/> />
<meta name="title" content={title ?? typebotName} /> <meta name="title" content={title ?? typebotName} />
<meta <meta