Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#308] Some Images missing "alt" property #319

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

abdqudus
Copy link

@abdqudus abdqudus commented Dec 17, 2023

Closes #308

This pull request addresses missing alt property in some images reported in #308 . The changes iinclude setting the alt value to the name of the person testifying.

Changes proposed

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

Fixes EddieHubCommunity#308

This pull request addresses missing alt property in some images reported in EddieHubCommunity#308 .
The changes iinclude setting the alt value to the name of the person testifying.
Copy link

vercel bot commented Dec 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 17, 2023 4:24pm

@@ -129,7 +129,7 @@ export function Testimonials() {
testimonial.author.username +
'.png'
}
alt=""
alt={`${testimonial.author.name} image}
Copy link
Member

@fi-krish fi-krish Dec 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
alt={`${testimonial.author.name} image}
alt={`${testimonial.author.name}'s profile picture`}

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, I will do that now

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.

Some Images missing "alt" property
3 participants