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 766da35 commit a5ed529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ class CDSCodeSnippet extends FocusMixin(LitElement) {
// prettier-ignore
return html`
<cds-copy button-class-name="${classes}" @click="${handleCopyClick}" part="inline-copy">
<code slot="icon" part="content content-inline"><slot></slot></code>
<code slot="icon" part="content content--inline"><slot></slot></code>
<span slot="tooltip inline-tooltip" part="tooltip">${tooltipContent}</span>
</cds-copy>
`;
Expand Down

0 comments on commit a5ed529

Please sign in to comment.