diff --git a/source/src/components/PostCard.tsx b/source/src/components/PostCard.tsx index be55f5f..a7e920c 100644 --- a/source/src/components/PostCard.tsx +++ b/source/src/components/PostCard.tsx @@ -72,12 +72,12 @@ interface PostCardProps { export default class PostCard extends React.Component { render() { return ( - - {this.props.postData?.title || "No title"} @@ -122,8 +122,8 @@ export default class PostCard extends React.Component { __html: this.props.postData.preview, }} /> - - + + ) } }