Skip to content

Commit

Permalink
Adjust labels on navigation elements for users using a screen reader. (
Browse files Browse the repository at this point in the history
…#937)

* Adjust labels on navigation elements for users using a screen reader.

* Swap from aria-label to title
  • Loading branch information
christhompsongoogle authored May 19, 2023
1 parent ea57f40 commit b46971b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export const CustomAttributes: React.FC<
target="_blank"
rel="noopener noreferrer"
href="https://firebase.google.com/docs/auth/admin/custom-claims"
title="Learn more about custom key value attributes."
>
Learn more
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const ExtensionsTableRow: React.FC<
}}
className={styles.manageButton}
label={<div className={styles.manageButtonText}>Manage</div>}
title={`Manage the ${extension.displayName} extension.`}
trailingIcon="arrow_forward"
/>
</DataTableCell>
Expand Down

0 comments on commit b46971b

Please sign in to comment.