From eb14ae34ab04c843b479ebc538761e0b54e3f227 Mon Sep 17 00:00:00 2001 From: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com> Date: Thu, 7 May 2026 11:08:19 -1000 Subject: [PATCH] docs: remove Kapa branding from Ask AI tooltip and aria-label Replace 'Ask Kapa AI' with 'Ask AI' in the sidebar Ask button's tooltip and aria-label. 'Kapa' is an implementation detail that shouldn't be user-facing. Co-Authored-By: Oz --- src/components/KapaChatLauncher.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/KapaChatLauncher.tsx b/src/components/KapaChatLauncher.tsx index 6d218ad..ff43f75 100644 --- a/src/components/KapaChatLauncher.tsx +++ b/src/components/KapaChatLauncher.tsx @@ -153,12 +153,12 @@ function ChatSurface({ title, welcomeMessage, autoOpen = false, onNewConversatio ref={triggerRef} className="warp-kapa-button" onClick={openPanel} - aria-label="Ask Kapa AI" + aria-label="Ask AI" aria-haspopup="dialog" aria-expanded={isOpen} aria-controls="sl-kapa-panel" aria-keyshortcuts={isAppleDevice ? 'Meta+I' : 'Control+I'} - data-tooltip={isAppleDevice ? 'Ask Kapa AI ⌘I' : 'Ask Kapa AI Ctrl+I'} + data-tooltip={isAppleDevice ? 'Ask AI ⌘I' : 'Ask AI Ctrl+I'} >