Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Petr Šlézar
PA165 - Movies Recommender Catalogue
Commits
7cf3781e
Commit
7cf3781e
authored
Jun 18, 2022
by
Daniel Puchala
Browse files
feat: not found page updated
parent
7581714a
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/PageNotFound.tsx
View file @
7cf3781e
...
...
@@ -3,12 +3,14 @@ import Header from './Header';
export
const
PageNotFound
=
()
=>
{
return
(
<>
<
Header
/>
<
div
>
Page not found
<
Header
/>
<
div
className
=
"flex h-[90vh] justify-center"
>
<
span
className
=
"mt-10 text-3xl"
>
<
b
>
Page not found
</
b
>
</
span
>
</
div
>
</>
)
}
)
;
}
;
export
default
PageNotFound
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment