Skip to content

Commit

Permalink
Update packages/carbon-web-components/src/components/copy/copy.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Oliveira <m4olivei@gmail.com>
  • Loading branch information
Valentin-Sorin-Nicolae and m4olivei committed Jul 12, 2024
1 parent 3bf311c commit 56e176e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/carbon-web-components/src/components/copy/copy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class CDSCopy extends CDSIconButton {
// eslint-disable-next-line class-methods-use-this
protected _renderTooltipContent() {
return html`
<cds-tooltip-content part="content">
<cds-tooltip-content part="tooltip-content">
${this._showFeedback
? this.feedback
: html`<slot name="tooltip-content"></slot>`}
Expand Down

0 comments on commit 56e176e

Please sign in to comment.