const WhatsAppButton = () => { return (
{widgetConfig.iconType === "whatsapp" && ( )} Chat with us
); };

Sample Level Two




Back to top