Get rid of lint warnings

This commit is contained in:
2019-10-22 07:31:59 +00:00
parent 9e55f6e4ec
commit 4cf97304e4
6 changed files with 9 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ export class ToggleDot extends React.Component {
<div className='toggleDot'>
<div className='button'>
<Link to={'/' + id + (article ? '' : '/c')}>
<img src={Switch} />
<img src={Switch} alt='toggle between article and comments' />
</Link>
</div>
</div>