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';