Skip to content

Commit 549ea4c

Browse files
committed
chore: hide aria-label
1 parent a5b1720 commit 549ea4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/compass-assistant/src/compass-assistant-drawer.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,12 @@ export const ClearChatButton: React.FunctionComponent<{
138138
<Tooltip
139139
trigger={
140140
<IconButton
141-
aria-label="Clear chat"
142141
onClick={() => {
143142
void handleClearChat();
144143
}}
145144
title="Clear chat"
145+
aria-label="Clear chat"
146+
aria-hidden={true}
146147
data-testid="assistant-clear-chat"
147148
>
148149
<Icon glyph="Eraser" />

0 commit comments

Comments
 (0)