mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 10:52:35 +02:00
chore: eslint fix
This commit is contained in:
parent
9e7729ad74
commit
2a7f7e2663
2 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue