This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Fix unbound image alt attribute
master
Billiam
1 month ago
committed by
Ji Qu
parent
044cb21589
commit
aa77a35701
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pinry-spa/src/components/Pins.vue
+ 1
- 1
pinry-spa/src/components/Pins.vue
View File
@@ -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>
Write
Preview
Loading…
Cancel
Save