File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ const VapiWidget: React.FC<VapiWidgetProps> = ({
39
39
buttonAccentColor, // deprecated
40
40
// Text labels
41
41
title,
42
- mainLabel = 'Talk with AI' , // deprecated
42
+ mainLabel, // deprecated
43
43
startButtonText,
44
44
endButtonText,
45
- ctaTitle = 'Talk with AI' ,
45
+ ctaTitle,
46
46
ctaSubtitle,
47
47
// Empty messages
48
48
voiceEmptyMessage,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h1>VapiWidget Embed Test</h1>
20
20
data-theme ="light "
21
21
data-position ="bottom-right "
22
22
data-size ="compact "
23
- data-main-label ="Talk with AI "
23
+ data-main-label ="Main Label "
24
24
data-start-button-text ="Start "
25
25
data-end-button-text ="End Call "
26
26
> </ div >
@@ -44,6 +44,7 @@ <h1>VapiWidget Embed Test</h1>
44
44
size ="full "
45
45
position ="bottom-left "
46
46
title ="Vapi AI "
47
+ main-label ="Main Label "
47
48
cta-title ="CTA Title "
48
49
cta-subtitle ="CTA Subtitle "
49
50
start-button-text ="Call "
You can’t perform that action at this time.
0 commit comments