Skip to content

Commit

Permalink
Update 404page.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgiySergeev committed Jun 10, 2024
1 parent 912475f commit 824d6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/404page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import ErrorPage from '../../src/assets//default-img/404.jpg';

const NotFound = () => {
return <img src={ErrorPage} alt="404 page" />;
return <img src={ErrorPage} alt="404page" />;
};

export default NotFound;

0 comments on commit 824d6d0

Please sign in to comment.