Skip to content

Commit

Permalink
Merge branch 'main' into feat/pco-multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwolfs authored May 8, 2024
2 parents 10d9f62 + b7ed668 commit f50bfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContentCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const ContentCard: React.FunctionComponent<ContentCardProps> = (props) => {
<div className="card__body">
<p>{body}</p>
</div>
<div style={{ display: 'flex' }}>
<div style={{ display: 'flex', flexWrap: 'wrap' }}>
{components &&
components.map((component, index) => (
<Link to={component.url} key={index}>
Expand Down

0 comments on commit f50bfcd

Please sign in to comment.