-
-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add 404 page #829
add 404 page #829
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for very much for your time and efforts ❤️
Please see my comments.
@@ -0,0 +1,131 @@ | |||
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're styling with styledComponents rather than css files, can you do that (example)?
|
||
const ErrorPage = () => { | ||
return ( | ||
<div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Mosh Feu <moshfeu@gmail.com>
@moshfeu Creating a new PR Thank you for your efforts |
fix #828
Added the error 404 page @moshfeu