-
-
Notifications
You must be signed in to change notification settings - Fork 557
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
fix: improve accessibility of scripts #1650
fix: improve accessibility of scripts #1650
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, CBID2, for creating this pull request and contributing to LinksHub! 💗
The maintainers will review this Pull Request and provide feedback as soon as possible! 😇
We appreciate your patience and contribution, Keep up the great work! 😀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check the order. This might be causing error in deployment.
Co-authored-by: Anmol Baranwal <74038190+Anmol-Baranwal@users.noreply.github.com>
Just made the change @Anmol-Baranwal! :) It worked! :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glad it worked :)
Hey @rupali-codes. Can you merge this please? |
Sure, sorry for being late |
Fixes Issue
Closes #1464
Changes proposed
This PR adds ordered lists (
<ol>
) around the GitHub buttons and social media icons in theSocialMediaIconsList
component, making the code more accessible for screen readers.Screenshots
Note to reviewers
Hey @Anmol-Baranwal. I've never really worked with Typescript before, so feel free to make the necessary adjustments.