Skip to content

Commit

Permalink
fix(content-item): format
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Oct 26, 2023
1 parent a37d523 commit 12d4c30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,10 @@ export const Default = (args) => {
</svg>
<c4d-content-item-heading>${heading}</c4d-content-item-heading>
<c4d-content-item-copy>${copy}</c4d-content-item-copy>
<c4d-link-with-icon href="${linkWithIcon.href}" slot="footer" cta-type="local">
<c4d-link-with-icon
href="${linkWithIcon.href}"
slot="footer"
cta-type="local">
${linkWithIcon.copy}
</c4d-link-with-icon>
</c4d-content-item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
//

@use '@carbon/ibmdotcom-styles/scss/internal/content-item';

0 comments on commit 12d4c30

Please sign in to comment.