Skip to content

Commit

Permalink
Fix : Change 404.tsx image #911 (#922)
Browse files Browse the repository at this point in the history
* fix:Change errorIllu.web to 404illu.webp in 404.tsx

* Fix:Change 404.tsx image by 404illu.webp
  • Loading branch information
Amarjeet325 authored Nov 23, 2024
1 parent caf6bb8 commit 32dbaa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const NotFound: NextPage = () => {
<div className={styles.wrapperScreen}>
<div className="flex flex-col items-center justify-center h-full">
<img
src="/visuals/errorIllu.webp"
src="/visuals/404illu.webp"
height={300}
width={300}
alt="error illustration"
Expand All @@ -23,4 +23,4 @@ const NotFound: NextPage = () => {
);
};

export default NotFound;
export default NotFound;
Binary file added public/visuals/404illu.webp
Binary file not shown.

0 comments on commit 32dbaa3

Please sign in to comment.