You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Any link needs text that can be accessed by a screen reader.
Most of the links on the site that use an SVG icon (socials, etc) do not. SocialLinks.tsx
Options to fix this:
Add aria-label to the link
Add sr-only span within the link (link to tailwind implementation of sr-only)
The text was updated successfully, but these errors were encountered:
GetBlackBoxSolutions
changed the title
Links with SVG icons only need to have accessable text
chore: Links with SVG icons only need to have accessable text
Nov 3, 2024
Hey, Can I work on this? I created a fork and I am in the process of understanding the code base, May be this issue can help me do so and contribute to the project.
Describe the bug
Any link needs text that can be accessed by a screen reader.
Most of the links on the site that use an SVG icon (socials, etc) do not.
SocialLinks.tsx
Options to fix this:
Add aria-label to the link
Add sr-only span within the link (link to tailwind implementation of sr-only)
The text was updated successfully, but these errors were encountered: