Skip to content

fix: add descriptive alt attribute to DevPath logo in Navbar#410

Open
nishupr wants to merge 1 commit into
devpathindcommunity-india:masterfrom
nishupr:fix/add-alt-attributes
Open

fix: add descriptive alt attribute to DevPath logo in Navbar#410
nishupr wants to merge 1 commit into
devpathindcommunity-india:masterfrom
nishupr:fix/add-alt-attributes

Conversation

@nishupr
Copy link
Copy Markdown
Contributor

@nishupr nishupr commented May 29, 2026

Fix #355

What does this PR do?

Adds a descriptive alt attribute to the DevPath logo image
in Navbar for better accessibility and screen reader support.

Full Audit

After thoroughly auditing all Image components across the
entire codebase including:

  • Home page components (Hero, Sponsors, PastCollaborations,
    Mission, CodingNews, Events, LatestEventsHighlight)
  • Team page
  • Community page
  • Contributors page
  • User Profile section
  • Footer
  • ProjectCard

All images already had proper descriptive alt attributes.
Only the DevPath logo in Navbar.tsx had alt="" which
was not descriptive enough.

Changes Made

  • Changed alt="" to alt="DevPath Logo" in Navbar.tsx

Why?

Descriptive alt attributes help screen reader users
understand the content and purpose of images.

@nishupr nishupr changed the title fix: add missing alt attributes to images for accessibility fix: add descriptive alt attribute to DevPath logo in Navbar May 29, 2026
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.

[A11Y] Add missing alt attributes to images in Home and About pages

1 participant