mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2026-03-26 08:30:59 +00:00
Add missing alt attr to non-decorative images
These are non visual-only or not decorative-only hence context information added to alts Thanks!
This commit is contained in:
@@ -9,5 +9,5 @@ block content
|
||||
a(href='/api/facebook', style='color: #fff')
|
||||
.panel.panel-default(style='background-color: #3b5998')
|
||||
.panel-body
|
||||
img(src='http://i.imgur.com/jiztYCH.png', height=40)
|
||||
img(src='http://i.imgur.com/jiztYCH.png', height=40, alt='Facebook')
|
||||
| Facebook
|
||||
|
||||
Reference in New Issue
Block a user