Skip to content

Fix 404 footer mobile overlap + add Privacy/Terms/API links to error pages#22

Merged
kevinle623 merged 3 commits intomainfrom
claude/fix-error-footer-mobile-dwrup
Mar 27, 2026
Merged

Fix 404 footer mobile overlap + add Privacy/Terms/API links to error pages#22
kevinle623 merged 3 commits intomainfrom
claude/fix-error-footer-mobile-dwrup

Conversation

@kevinle623
Copy link
Copy Markdown
Owner

Summary

  • Fixes the 404 (not-found.tsx) footer which had fixed bottom-12 positioning causing it to overlap content on mobile — replaced with the same flex-col layout used on the auth-error page
  • Removes "The Digital Archivist" / fake "Support" + "API Status" labels from the 404 footer
  • Extracts a shared ErrorPageFooter component used by both auth-error and 404 pages: Logo (STATIFY v2.0) on the left, Privacy / Terms / API links on the right
  • Fixes Prettier formatting on auth-error page

Test plan

  • Visit a non-existent route (e.g. /foo) on mobile — footer sits at bottom, no overlap
  • Visit /auth-error on mobile — same
  • Both pages show Privacy, Terms, and API links in the footer on mobile and desktop

https://claude.ai/code/session_01FowxyDcCPTUd6dw1rsLr94

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
statify-2pfb Ready Ready Preview, Comment Mar 27, 2026 1:19am

claude added 3 commits March 27, 2026 01:18
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
@kevinle623 kevinle623 force-pushed the claude/fix-error-footer-mobile-dwrup branch from 1667958 to 374be64 Compare March 27, 2026 01:18
@kevinle623 kevinle623 merged commit abb55dc into main Mar 27, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants