Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/KapaChatLauncher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
>
<LuMessageSquare aria-hidden="true" />
<span className="warp-kapa-button__label">Ask</span>
Expand Down
Loading