From da86c3c38a80cca713acafd234010a798fa21954 Mon Sep 17 00:00:00 2001 From: Jordan Drake Date: Thu, 12 Dec 2024 14:58:17 +0000 Subject: [PATCH] Clarify logo precedence (#152) --- _snippets/chat/customization.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_snippets/chat/customization.mdx b/_snippets/chat/customization.mdx index 005e390..39aafa9 100644 --- a/_snippets/chat/customization.mdx +++ b/_snippets/chat/customization.mdx @@ -58,7 +58,8 @@ Plain.init({ launcherIconColor: '#FFFFFF'; } - // Optional. Logo which is shown in the header of the chat intro screen + // Optional. Logo which is shown in the header of the chat intro screen. + // If you have uploaded a logo in your chat settings, this setting will take priority over that. logo: { // url to get the logo from url: 'http://example.com';