chore: eslint fix

This commit is contained in:
endiliey 2018-08-08 00:39:40 +08:00
parent 9e7729ad74
commit 2a7f7e2663
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@ export default class NotFound extends React.Component {
<Layout>
<div>404 Page Not Found</div>
<div>
<img src="https://i.imgur.com/yG7L3Lb.gif" />
<img alt="Not found" src="https://i.imgur.com/yG7L3Lb.gif" />
</div>
</Layout>
);