Skip to content

Commit 8bc2911

Browse files
rachaelrenkoz-agent
authored andcommitted
docs: remove Kapa branding from Ask AI tooltip and aria-label (#32)
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 <oz-agent@warp.dev>
1 parent 296a21d commit 8bc2911

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/KapaChatLauncher.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,12 @@ function ChatSurface({ title, welcomeMessage, autoOpen = false, onNewConversatio
153153
ref={triggerRef}
154154
className="warp-kapa-button"
155155
onClick={openPanel}
156-
aria-label="Ask Kapa AI"
156+
aria-label="Ask AI"
157157
aria-haspopup="dialog"
158158
aria-expanded={isOpen}
159159
aria-controls="sl-kapa-panel"
160160
aria-keyshortcuts={isAppleDevice ? 'Meta+I' : 'Control+I'}
161-
data-tooltip={isAppleDevice ? 'Ask Kapa AI ⌘I' : 'Ask Kapa AI Ctrl+I'}
161+
data-tooltip={isAppleDevice ? 'Ask AI ⌘I' : 'Ask AI Ctrl+I'}
162162
>
163163
<LuMessageSquare aria-hidden="true" />
164164
<span className="warp-kapa-button__label">Ask</span>

0 commit comments

Comments
 (0)