Skip to content

Commit

Permalink
♻️ Add variant on textteaser #2066
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Feb 6, 2024
1 parent 4acb67b commit f26066d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pageComponents/shared/textTeaser/TextTeaser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const TextTeaser = ({ data, anchor }: TextTeaserProps) => {
<IngressText value={text} />
</IngressWrapper>
)}
{action && <ReadMoreLink action={action} />}
{action && <ReadMoreLink action={action} variant="readMore" />}
</StyledContent>
</TeaserWrapper>
</BackgroundContainer>
Expand Down

0 comments on commit f26066d

Please sign in to comment.