Skip to content

Commit f01ce78

Browse files
committed
chore(*): update dislike active icon name
1 parent 599f9e2 commit f01ce78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/chat/chat-message.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { chatMessageAdoptPageStyles, showChatActionsTooltip } from './utils.js';
2020
const LIKE_INACTIVE = 'thumb_up_inactive';
2121
const LIKE_ACTIVE = 'thumb_up_active';
2222
const DISLIKE_INACTIVE = 'thumb_down_inactive';
23-
const DISLIKE_ACTIVE = 'thumb_down_filled';
23+
const DISLIKE_ACTIVE = 'thumb_down_active';
2424

2525
type DefaultMessageRenderers = {
2626
message: ChatTemplateRenderer<IgcMessage>;

0 commit comments

Comments
 (0)