Skip to content

fix(a11y): add missing alt attributes to img tags - #674

Draft
sarthakkaushik927 wants to merge 1 commit into
containers:mainfrom
sarthakkaushik927:fix/accessibility-alt-tags
Draft

fix(a11y): add missing alt attributes to img tags#674
sarthakkaushik927 wants to merge 1 commit into
containers:mainfrom
sarthakkaushik927:fix/accessibility-alt-tags

Conversation

@sarthakkaushik927

Copy link
Copy Markdown

Fixes #673

This PR resolves web accessibility (a11y) violations by adding missing alt attributes to <img> tags across the codebase (specifically in features.tsx and ArticleCard/index.tsx), ensuring compatibility with screen readers and improving Lighthouse audit scores.

Signed-off-by: sarthakkaushik927 <sarthakkaushik927@gmail.com>
@sarthakkaushik927
sarthakkaushik927 force-pushed the fix/accessibility-alt-tags branch from f14dea6 to 0d73f4a Compare August 12, 2026 11:52
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.

fix(a11y): add missing alt attributes to img tags to resolve accessibility audit failures

1 participant