Remove title attribute from thumbnail in video miniature
This commit is contained in:
parent
288c78eaae
commit
25ae4f9572
|
@ -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 }" />
|
||||
|
|
Loading…
Reference in New Issue