error and 404 page cleanup#772
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
what changed
before :

Now :

both pages
bg-gradient-to-br from-background via-muted to-background/via-background/95to a flatbg-backgroundbg-card/90 backdrop-blur-md/bg-card/70 backdrop-blur-md shadow-lg hover:shadow-xlto a plainbg-cardwith no blur or hover shadowjustify-centerinstead ofjustify-starton the error page)error page
bg-gradient-to-b from-foreground to-transparent) totext-muted-foreground font-boldfor a simpler, more readable look404 page
div+p-6 md:p-8padding layer and aligned it with the error page structure (pt-4 pb-16, absolute-positioned button at bottom-right)text-3xl md:text-7xland also switched totext-muted-foreground font-boldto match the error pageSectionimport removed (was unused after the layout change)20x20to16x16| go back to the home pageso it's a bit more actionable