Skip to content

Commit e462a8b

Browse files
committed
fix: fix the flight number in the starter prompts
1 parent 214cdc6 commit e462a8b

File tree

1 file changed

+1
-1
lines changed
  • examples/frontend/src/lib/customer-support

1 file changed

+1
-1
lines changed

examples/frontend/src/lib/customer-support/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const SUPPORT_GREETING =
2323
export const SUPPORT_STARTER_PROMPTS: StartScreenPrompt[] = [
2424
{
2525
label: "Change my seat",
26-
prompt: "Can you move me to seat 14C on flight OA476?",
26+
prompt: "Can you move me to seat 14C on flight 0A476?",
2727
icon: "lightbulb",
2828
},
2929
{

0 commit comments

Comments
 (0)