From 9917f5741bcd7212f9922f1eb80f4de694f04615 Mon Sep 17 00:00:00 2001 From: Jordan Drake Date: Thu, 12 Dec 2024 14:31:28 +0000 Subject: [PATCH] Clarify logo precedence --- _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';