]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video/video-thumbnail.component.html
Remove title attribute from thumbnail in video miniature
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-thumbnail.component.html
index b63085b816be3a2f1b74b4ce3a469e477ce39c64..3152161bf5f84775959df3efb01a11f64cb3a33b 100644 (file)
@@ -1,5 +1,5 @@
 <a
-  [routerLink]="getVideoRouterLink()" [queryParams]="queryParams" [title]="video.name"
+  [routerLink]="getVideoRouterLink()" [queryParams]="queryParams"
   class="video-thumbnail"
 >
   <img alt="" [attr.aria-label]="video.name" [attr.src]="getImageUrl()" [ngClass]="{ 'blur-filter': nsfw }" />