Skip to content

Commit

Permalink
Merge pull request #769 from DTS-STN/helpicon-access
Browse files Browse the repository at this point in the history
fix: update screen reader text for help button
  • Loading branch information
shawn320 authored May 3, 2023
2 parents 01e4c5e + 514faf5 commit 9265c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MoreInfo/MoreInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const MoreInfo: React.FC<MoreInfoProps> = ({ title, body }) => {
<button
onClick={handleShow}
className="info"
aria-label="more information"
aria-label={`Help button ${title}`}
aria-expanded={showModal}
>
<svg
Expand Down

0 comments on commit 9265c75

Please sign in to comment.