feat(SW-391): Changes after PR
This commit is contained in:
@@ -46,7 +46,10 @@ export default function TeaserCard({
|
||||
{description}
|
||||
</Body>
|
||||
{sidePeekButton && sidePeekContent ? (
|
||||
<TeaserCardSidepeek button={sidePeekButton} data={sidePeekContent} />
|
||||
<TeaserCardSidepeek
|
||||
button={sidePeekButton}
|
||||
sidePeekContent={sidePeekContent}
|
||||
/>
|
||||
) : (
|
||||
<div className={styles.ctaContainer}>
|
||||
{primaryButton && (
|
||||
|
||||
Reference in New Issue
Block a user