Adding thumbnail class.

This commit is contained in:
Dessalines 2020-02-28 13:03:16 -05:00
parent b277d92226
commit ff8d82d82f
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
class="img-fluid img-expanded"
data={this.state.thumbnail}
>
<svg class="icon rounded placeholder">
<svg class="icon thumbnail rounded placeholder">
<use xlinkHref="#icon-external-link"></use>
</svg>
</object>