Skip to content

Commit

Permalink
text change
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSyn88 committed Feb 25, 2024
1 parent 47f0fc2 commit 3e9e16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NotFound/NotFound.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const NotFound = () => {
return (
<div id="main">
<div className="fof">
<h1>Error 404</h1>
<h1>Error 404: Not Found</h1>
</div>
</div>
)
Expand Down

0 comments on commit 3e9e16f

Please sign in to comment.