]> Untitled Git - lemmy-ui.git/commitdiff
Merge pull request #1237 from Zetaphor/patch-1
authorSleeplessOne1917 <abias1122@gmail.com>
Tue, 13 Jun 2023 22:42:59 +0000 (22:42 +0000)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2023 22:42:59 +0000 (22:42 +0000)
src/shared/components/common/pictrs-image.tsx

index 0b3493b5028d2904b4fa3dc12ed1f89d4334432c..27d1cc5fcf79cbd5e6b1bfe451a3df020dec7aac 100644 (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,