updating with picture
This commit is contained in:
parent
b1e76ad488
commit
2c946b8d9f
|
|
@ -3,6 +3,7 @@ import AnimatedPage from "../components/AnimatedPage";
|
||||||
import Nav from "../components/ui/Nav";
|
import Nav from "../components/ui/Nav";
|
||||||
import { useUser } from "../hooks/useUser";
|
import { useUser } from "../hooks/useUser";
|
||||||
|
|
||||||
|
import img404 from "../assets/img/illustrations/404.svg";
|
||||||
export default function PageNotFound() {
|
export default function PageNotFound() {
|
||||||
const { screensTranslations } = useUser();
|
const { screensTranslations } = useUser();
|
||||||
|
|
||||||
|
|
@ -13,9 +14,9 @@ export default function PageNotFound() {
|
||||||
<AnimatedPage className='page-container page-container--not-found '>
|
<AnimatedPage className='page-container page-container--not-found '>
|
||||||
<div className='content-page'>
|
<div className='content-page'>
|
||||||
<Nav />
|
<Nav />
|
||||||
<h1>{screen404Translations.error}</h1>
|
<img src={img404} alt='' />
|
||||||
<h2>{screen404Translations.page_not_found}</h2>
|
<h1>{screen404Translations.page_not_found}</h1>
|
||||||
<p>{screen404Translations.explanation}</p>
|
<p className="error-description">{screen404Translations.explanation}</p>
|
||||||
</div>
|
</div>
|
||||||
</AnimatedPage>
|
</AnimatedPage>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user