Skip to content

Commit acb5bda

Browse files
committed
fixed default
1 parent ef1de41 commit acb5bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/VapiWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const VapiWidget: React.FC<VapiWidgetProps> = ({
9090
buttonBaseColor ?? ctaButtonColor ?? '#000000';
9191
const effectiveColorButtonAccent =
9292
buttonAccentColor ?? ctaButtonTextColor ?? '#FFFFFF';
93-
const effectiveTextWidgetTitle = title ?? mainLabel;
93+
const effectiveTextWidgetTitle = title ?? mainLabel ?? 'Talk with AI';
9494
const effectiveCtaTitle = ctaTitle ?? effectiveTextWidgetTitle;
9595
const effectiveCtaSubtitle = ctaSubtitle;
9696
const effectiveStartButtonText = startButtonText ?? 'Start';

0 commit comments

Comments
 (0)