Skip to content

Commit

Permalink
feat(apps/web): Add aria labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nevendyulgerov committed Jan 30, 2025
1 parent 071cf4e commit b619bd8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const SpecificationsActionsMenu = () => {
<ActionIcon
size="lg"
data-testid="specifications-actions-menu-target"
aria-label="Actions menu"
>
<TbDotsVertical />
</ActionIcon>
Expand All @@ -36,6 +37,7 @@ export const SpecificationsActionsMenu = () => {
href={specificationExportLink}
download="cartesiscan_specifications_export.json"
data-testid="specification-export-link"
aria-label="Download specifications"
>
Download specifications
</Menu.Item>
Expand All @@ -44,6 +46,7 @@ export const SpecificationsActionsMenu = () => {
resetRef={resetFileRef}
accept="application/json"
data-testid="import-specification-button"
aria-label="Upload specifications"
onChange={onUploadFile}
>
{(props) => (
Expand Down

0 comments on commit b619bd8

Please sign in to comment.