Skip to content

fix: display landing page mobile nav button on small screens#116

Closed
KGFCH2 wants to merge 1 commit into
DeadIndian:mainfrom
KGFCH2:fix/landing-mobile-nav-button
Closed

fix: display landing page mobile nav button on small screens#116
KGFCH2 wants to merge 1 commit into
DeadIndian:mainfrom
KGFCH2:fix/landing-mobile-nav-button

Conversation

@KGFCH2
Copy link
Copy Markdown
Contributor

@KGFCH2 KGFCH2 commented Jun 2, 2026

Related Issue

Closes #115

Summary

Fixes the landing page mobile nav button and improves accessibility by adding ARIA attributes.

Changes Made

  • Updated client/src/pages/Landing.jsx
  • Added aria-label and aria-expanded to the nav button

Testing

  • Verified button appears on mobile
  • Confirmed accessible attributes are present
  • Checked menu toggle behavior

Impact

Improves mobile navigation accessibility and usability.

Checklist

  • Code follows project standards
  • Tested locally
  • No unrelated changes included
  • Accessibility improved

@DeadIndian DeadIndian added good first issue Good for newcomers newbie Level 1 issue for ELUSOC 2026 ELUSOC labels Jun 3, 2026
@DeadIndian DeadIndian closed this Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ELUSOC good first issue Good for newcomers newbie Level 1 issue for ELUSOC 2026

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Landing page nav button lacks accessibility attributes

2 participants