🏗️ Use tsup for bot and typebot-js packages
This commit is contained in:
committed by
Baptiste Arnaud
parent
0b58f4e976
commit
84163c6585
@ -33,7 +33,7 @@ export const DefaultBotNotificationEmail = ({
|
||||
<Text key={key}>
|
||||
<b>{key}</b>:{' '}
|
||||
{isEmail ? (
|
||||
<a href={answers[key]}>{answers[key]}</a>
|
||||
<a href={`mailto:${answers[key]}`}>{answers[key]}</a>
|
||||
) : (
|
||||
answers[key]
|
||||
)}
|
||||
|
Reference in New Issue
Block a user