Skip to content

Fix auth-error page footer: mobile overlap + clean Statify branding#21

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

Fix auth-error page footer: mobile overlap + clean Statify branding#21
kevinle623 merged 1 commit intomainfrom
claude/fix-error-footer-mobile-dwrup

Conversation

@kevinle623
Copy link
Copy Markdown
Owner

Summary

  • Restructures the auth-error page to a flex-col layout so the main content fills available space and the footer naturally sits at the bottom — fixes the mobile overlap issue
  • Adds a proper <footer> element with the Logo component (STATIFY + v2.0 badge), matching the navbar branding — replaces the old "digital activist" style footer text
  • Footer is centered, padded consistently (px-6 lg:px-12 py-4), and separated by a border-t border-divider on both mobile and desktop

Test plan

  • Visit /auth-error on mobile — footer sits at bottom, does not overlap error content
  • Visit /auth-error on desktop — footer shows cleanly at bottom with Statify v2.0 branding
  • Test each error reason (denied, state_mismatch, token_error, not_whitelisted, unknown) to confirm layout holds in all variants

https://claude.ai/code/session_01FowxyDcCPTUd6dw1rsLr94

Restructures the layout to flex-col so content fills remaining space and
footer sits at the bottom without overlapping. Replaces the inline
footer-style text with a proper <footer> element showing just the Statify
logo (STATIFY + v2.0 badge), matching the navbar branding on both 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:17am

@kevinle623 kevinle623 merged commit fad04ba into main Mar 27, 2026
1 of 3 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