-
Notifications
You must be signed in to change notification settings - Fork 38
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
404 Error page #346
404 Error page #346
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
return ( | ||
<div> | ||
<Typography variant="h3">Have You Seen this page?</Typography> | ||
<img |
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.
Can you use next/image instead of the default img tag?
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.
And with this, could you also improve the image for mobile usage?
<Typography variant="h3">Have You Seen this page?</Typography> | ||
<img | ||
src="https://user-images.githubusercontent.com/90754725/194039761-45ed2b6c-aa69-4070-b1df-6ca2ef90cb48.png" | ||
alt="" |
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.
and alt tag would be also very useful.
<Typography variant="body1"> | ||
Approach with extreme caution! To not attempt to use magic against this | ||
site! | ||
</Typography> |
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.
Instead of the text and the title about the image, can you maybe integrate it on the image? Maybe just use the image of sirius on the newspaper thing and put the text on it?
Or maybe something similar?
|
||
const NotFound = () => { | ||
return <Typography variant="h3">404 - Page Not Found</Typography>; | ||
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.
Can you also center the whole thing? And maybe put it in a Card Component?
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 submitting this PR!
Pull Request Type