2
0

feat: Add new onboarding flow

This commit is contained in:
Baptiste Arnaud
2022-03-23 09:56:39 +01:00
parent f9aba27aae
commit f4e6f63b26
32 changed files with 1115 additions and 89 deletions

View File

@ -17,7 +17,12 @@ export const SupportBubble = () => {
process.env.NEXT_PUBLIC_VIEWER_URL
}/typebot-support`,
backgroundColor: '#ffffff',
button: { color: '#0042DA' },
button: {
color: '#0042DA',
iconUrl:
'https://user-images.githubusercontent.com/16015833/159536717-35bb78f8-f659-49f2-ad7f-00172be69cfb.svg',
iconStyle: 'border-radius: 0; width: 50%',
},
hiddenVariables: {
'User ID': user?.id,
Name: user?.name ?? undefined,