hasadna/open-bus-map-search

Improve accessibility: Convert image links to buttons

Open

#949 opened on Nov 26, 2024

View on GitHub
 (4 comments) (2 reactions) (1 assignee)TypeScript (125 forks)auto 404
enhancementfrontendgood first issuehacktoberfest

Repository metrics

Stars
 (95 stars)
PR merge metrics
 (PR metrics pending)

Description

The current clickable image link for "לתרום לסדנא" ("Donate to the Workshop") has usability and accessibility issues: image

1.Accessibility: Screen readers may not clearly convey its purpose. 2.Design: A button is more appropriate for a call-to-action. Proposed changes:

-Replace the image with a button labeled "לתרומה לסדנא →" ("Donate to the Workshop →"). -Ensure the button is keyboard-accessible, styled consistently, and follows accessibility best practices. Benefits:

-Better accessibility and usability. -Aligns with modern UI/UX standards.

Contributor guide