From c8e6c88f2eb48696074ee0dc515f4d78d6f9242d Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Wed, 25 Feb 2026 01:18:50 -0800 Subject: [PATCH] Improvements to Mobot/Dojo AI announcement banner --- docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index de6bfc4cfa..408037775c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -284,9 +284,9 @@ module.exports = { ], announcementBar: { id: 'domain', - content: '🎉️ Introducing Mobot🤖, your conversational interface for Sumo Logic. Search logs using natural language, troubleshoot faster, and get how-to guidance.', - backgroundColor: '#000', - textColor: '#000', + content: 'Introducing Mobot, your conversational interface for Sumo Logic. Search logs using natural language, troubleshoot faster, and get how-to guidance.', + backgroundColor: '#0047FF', + textColor: '#000000', }, imageZoom: { selector: '.markdown :not(a) > img',