-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Handling 404 page not found #5227
Handling 404 page not found #5227
Conversation
<MainContainer> | ||
<PageNotFoundContainer> | ||
<PageNotFoundTextContainer> | ||
<Title>Oops! Page not found</Title> |
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.
You can remove this Title
<Number>4</Number> | ||
</NumberContainer> | ||
</PageNotFoundTextContainer> | ||
<SubTitle>we are sorry, but the page you requested was not found</SubTitle> |
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.
Let's say "The page you requested was not found"
</NumberContainer> | ||
</PageNotFoundTextContainer> | ||
<SubTitle>we are sorry, but the page you requested was not found</SubTitle> | ||
<Button onClick={goToHomepage}>Go To Homepage</Button> |
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.
Let's say "Back to Home"
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.
Make a few minor changes to the 404 screen.
Waiting on CI to pass, then will ship!
Below are points fixed in this PR.
Checklist