Merge branch 'use_http_client_2' of https://github.com/LemmyNet/lemmy-ui into use_http_client_2

This commit is contained in:
abias 2023-06-13 22:49:53 -04:00
commit 1542310388

View file

@ -29,6 +29,7 @@ export class PictrsImage extends Component<PictrsImageProps, any> {
<img
src={this.props.src}
alt={this.alt()}
title={this.alt()}
loading="lazy"
className={classNames({
"img-fluid": !this.props.icon && !this.props.iconOverlay,