Skip to content

Commit

Permalink
Update packages/carbon-web-components/src/components/code-snippet/cod…
Browse files Browse the repository at this point in the history
…e-snippet.ts

Co-authored-by: Matthew Oliveira <[email protected]>
  • Loading branch information
marcelojcs and m4olivei committed Jul 2, 2024
1 parent a5ed529 commit 7741eff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ class CDSCodeSnippet extends FocusMixin(LitElement) {
return html`
<cds-copy button-class-name="${classes}" @click="${handleCopyClick}" part="inline-copy">
<code slot="icon" part="content content--inline"><slot></slot></code>
<span slot="tooltip inline-tooltip" part="tooltip">${tooltipContent}</span>
<span slot="tooltip-content" part="tooltip tooltip--inline">${tooltipContent}</span>
</cds-copy>
`;
}
Expand Down

0 comments on commit 7741eff

Please sign in to comment.