Skip to content

Commit

Permalink
fix(global): dotcomshell
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Oct 2, 2023
1 parent bb5360d commit 9038993
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import C4DGlobalBanner from '@carbon/ibmdotcom-web-components/es/components-reac
import C4DGlobalBannerImage from '@carbon/ibmdotcom-web-components/es/components-react/global-banner/global-banner-image';
import C4DGlobalBannerHeading from '@carbon/ibmdotcom-web-components/es/components-react/global-banner/global-banner-heading';
import C4DGlobalBannerCopy from '@carbon/ibmdotcom-web-components/es/components-react/global-banner/global-banner-copy';
import C4DButtonCTA from '@carbon/ibmdotcom-web-components/es/components-react/cta/button-cta';
import C4DButton from '@carbon/ibmdotcom-web-components/es/components-react/button/button';
import C4DCardGroupItem from '@carbon/ibmdotcom-web-components/es/components-react/card-group/card-group-item';
import C4DCardHeading from '@carbon/ibmdotcom-web-components/es/components-react/card/card-heading';
import C4DCardEyebrow from '@carbon/ibmdotcom-web-components/es/components-react/card/card-eyebrow';
Expand Down Expand Up @@ -182,13 +182,13 @@ export const globalBanner = (srcImage) => (
heading
</C4DGlobalBannerHeading>
<C4DGlobalBannerCopy slot="copy">copy</C4DGlobalBannerCopy>
<C4DButtonCTA
<C4DButton
slot="cta"
cta-type="local"
kind="tertiary"
href="https://www.example.com">
cta copy
</C4DButtonCTA>
</C4DButton>
</C4DGlobalBanner>
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ export const globalBanner = (srcImage) => html`
>heading</c4d-global-banner-heading
>
<c4d-global-banner-copy slot="copy">copy</c4d-global-banner-copy>
<c4d-button-cta
<c4d-button
slot="cta"
cta-type="local"
kind="tertiary"
href="https://www.example.com">
cta copy
</c4d-button-cta>
</c4d-button>
</c4d-global-banner>
`;

Expand Down

0 comments on commit 9038993

Please sign in to comment.