Skip to content

Commit

Permalink
Added custom 404 page not found page
Browse files Browse the repository at this point in the history
  • Loading branch information
parthrc committed Oct 12, 2023
1 parent c19749d commit 9f37cec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/PageNotFound.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function PageNotFound() {
<div className="flex text-white flex-col items-center justify-center p-10">
<img
className="w-96 mx-auto "
src="src\assets\img\page_not_found_img\404-error.png"
src="src/assets/img/page_not_found_img/error.png"
alt="404-page-not-found"
/>
<p className="font-bold md:text-3xl sm:text-2xl text-xl p-4 text-white">
Expand Down

0 comments on commit 9f37cec

Please sign in to comment.