Compare commits

...

3 commits

Author SHA1 Message Date
Alec Armbruster
a7cadc63ee
make suggested changes 2023-06-29 13:25:57 -04:00
Alec Armbruster
90ed113ee4
use arg instead 2023-06-29 13:16:57 -04:00
Alec Armbruster
6ca365fca1
fix margin issue on postlisting mobile view 2023-06-29 12:57:47 -04:00

View file

@ -403,8 +403,9 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
createdLine() {
const post_view = this.postView;
return (
<div className="small">
<div className="small mb-1 mb-md-0">
<span className="me-1">
<PersonListing person={post_view.creator} />
</span>