Fix 404 footer mobile overlap + add Privacy/Terms/API links to error pages#22
Merged
kevinle623 merged 3 commits intomainfrom Mar 27, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Removes the fixed-positioned bottom footer that was overlapping page content on mobile. Restructures to flex-col layout (matching auth-error), adds a proper <footer> with the Logo component (STATIFY v2.0) on both mobile and desktop. https://claude.ai/code/session_01FowxyDcCPTUd6dw1rsLr94
Extracts a shared ErrorPageFooter component (Logo + Privacy/Terms/API links) used by both the auth-error and 404 pages, matching the link set from the landing page footer. https://claude.ai/code/session_01FowxyDcCPTUd6dw1rsLr94
1667958 to
374be64
Compare
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.
Summary
not-found.tsx) footer which hadfixed bottom-12positioning causing it to overlap content on mobile — replaced with the same flex-col layout used on the auth-error pageErrorPageFootercomponent used by both auth-error and 404 pages: Logo (STATIFY v2.0) on the left, Privacy / Terms / API links on the rightTest plan
/foo) on mobile — footer sits at bottom, no overlap/auth-erroron mobile — samehttps://claude.ai/code/session_01FowxyDcCPTUd6dw1rsLr94