removed "Published on"
This commit is contained in:
parent
37fd671eac
commit
a5cad47c78
2 changed files with 11 additions and 4 deletions
|
@ -100,7 +100,7 @@ export default class PostCard extends React.Component<PostCardProps> {
|
|||
<></>
|
||||
)}
|
||||
</TagList>
|
||||
<FontAwesomeIcon icon={faCalendar} /> Published on{" "}
|
||||
<FontAwesomeIcon icon={faCalendar} />{" "}
|
||||
{this.props.postData?.date || "Unknown date"}
|
||||
|
||||
<FontAwesomeIcon icon={faHourglass} />{" "}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue