Skip to content

Conversation

@1234-ad
Copy link

@1234-ad 1234-ad commented Nov 2, 2025

Description

Fixes #61 - Footer not showing on non-Home pages

Changes Made

  • Removed conditional rendering (currentPage === 'home') that limited footer visibility to home page only
  • Footer now displays consistently across all pages (Projects, Blog, Challenges, Profile, Submit, Community)

Technical Details

The footer was wrapped in a conditional check that only rendered it on the home page. By removing this condition and placing the footer outside the conditional block, it now appears on all pages while maintaining the same styling and functionality.

Testing

  • ✅ Footer displays on home page
  • ✅ Footer displays on all other pages (Projects, Blog, Challenges, etc.)
  • ✅ Footer navigation buttons work correctly
  • ✅ No layout or styling issues

Screenshots

The footer will now be visible on all pages with consistent styling and navigation links.

- Removed conditional rendering that limited footer to home page only
- Footer now appears consistently across all pages
- Resolves issue Code-Social#61
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.

🐞 [Issue] : Footer not showing on non-Home pages

1 participant