We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1de41 commit acb5bdaCopy full SHA for acb5bda
src/components/VapiWidget.tsx
@@ -90,7 +90,7 @@ const VapiWidget: React.FC<VapiWidgetProps> = ({
90
buttonBaseColor ?? ctaButtonColor ?? '#000000';
91
const effectiveColorButtonAccent =
92
buttonAccentColor ?? ctaButtonTextColor ?? '#FFFFFF';
93
- const effectiveTextWidgetTitle = title ?? mainLabel;
+ const effectiveTextWidgetTitle = title ?? mainLabel ?? 'Talk with AI';
94
const effectiveCtaTitle = ctaTitle ?? effectiveTextWidgetTitle;
95
const effectiveCtaSubtitle = ctaSubtitle;
96
const effectiveStartButtonText = startButtonText ?? 'Start';
0 commit comments