fix(app): missing alt prop for img tag
This commit is contained in:
@ -46,7 +46,7 @@ function Author({ article }) {
|
||||
<Helmet>
|
||||
<style>{styles}</style>
|
||||
</Helmet>
|
||||
<img height='50px' src={avatar} />
|
||||
<img alt='' height='50px' src={avatar} />
|
||||
<div className='author-bio'>
|
||||
<ArticleMeta article={article} />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user