Some minor fixes.

This commit is contained in:
codevictory
2021-12-06 18:33:55 +02:00
parent d63f813152
commit b47c562336
3 changed files with 37 additions and 55 deletions

View File

@@ -2,9 +2,9 @@ import "./styles/notFound.scss";
export const NotFound = () => {
return (
<article>
<section>
<h1>Page not found</h1>
<p>Check the link address...</p>
</article>
</section>
)
}