We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e62a3 commit 88b7b91Copy full SHA for 88b7b91
1 file changed
src/components/chat/chat.ts
@@ -211,7 +211,7 @@ export default class IgcChatComponent extends EventEmitterMixin<
211
<slot name="title" part="title">${this.headerText}</slot>
212
</div>
213
<slot name="actions" class="actions">
214
- <igc-button variant="flat">⋯</igcbutton>
+ <igc-button variant="flat">⋯</igc-button>
215
</slot>
216
217
<igc-chat-message-list
0 commit comments