diff --git a/examples/conversational-ai/talk-to-santa/components/call-button.tsx b/examples/conversational-ai/talk-to-santa/components/call-button.tsx index 9e5e023..a09479e 100644 --- a/examples/conversational-ai/talk-to-santa/components/call-button.tsx +++ b/examples/conversational-ai/talk-to-santa/components/call-button.tsx @@ -5,6 +5,7 @@ import { cn } from "@/lib/utils"; import { Loader2 } from "lucide-react"; import Image from "next/image"; import { useState } from "react"; +import { christmasFont } from "@/components/custom-fonts"; interface CallButtonProps { status: "disconnected" | "connecting" | "connected" | "disconnecting"; @@ -46,6 +47,16 @@ export function CallButton({ }; return ( <> + {!isCalling && ( +
+ For the best experience, find a quiet place +
+ )}