Skip to content

Commit

Permalink
fix: add aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Nov 3, 2023
1 parent d8474e3 commit 06b351d
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 @@ -84,6 +84,7 @@ class CombinatorialBasisDialog extends ModalDialog {
href="https://docs.exabyte.io/materials-designer/header-menu/advanced/"
target="_blank"
rel="noopener noreferrer"
aria-label="Combinatorial Basis"
>
<i className="zmdi zmdi-info" />
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class InterpolateBasesDialog extends ModalDialog {
href="https://docs.exabyte.io/materials-designer/header-menu/advanced/"
target="_blank"
rel="noopener noreferrer"
aria-label="Interpolate Basis"
>
<i className="zmdi zmdi-info" />
</a>
Expand Down

0 comments on commit 06b351d

Please sign in to comment.