Skip to content

Commit

Permalink
fix(feature-section): react wrapper story
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Sep 25, 2023
1 parent 2feebd2 commit d9ca4c5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ export const Default = (args) => {
<C4DCardHeading>
Try a free virtual business framing session with IBM Garage
</C4DCardHeading>
<C4DCardFooter color-scheme="inverse"> </C4DCardFooter>
{ctaType === CTA_TYPE.VIDEO
? <C4DCardFooter> {videoFooterCopy} </C4DCardFooter>
: <C4DCardFooter></C4DCardFooter>}
</C4DCard>
</C4DFeatureSection>
</C4DVideoCTAContainer>
Expand Down

0 comments on commit d9ca4c5

Please sign in to comment.