mirror of
https://github.com/pinry/pinry.git
synced 2026-01-10 01:02:07 +01:00
Fix unbound image alt attribute
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<img :src="item.url"
|
||||
@load="onPinImageLoaded(item.id)"
|
||||
@click="openPreview(item)"
|
||||
alt="item.description"
|
||||
:alt="item.description"
|
||||
:style="item.style"
|
||||
class="pin-preview-image">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user