Skip to content

Commit

Permalink
add aria label to add tool button
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime Downe <81163597+maxitect@users.noreply.github.com>
  • Loading branch information
jackcasstlesjones and maxitect authored Dec 13, 2024
1 parent 85304e1 commit e23e950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/toolkit/add-tool/components/AddToolTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export default function AddTags() {
<button
onClick={() => setModalOpen(true)}
className="flex justify-center items-center"
aria-labels="Add category"
>
<PlusCircleIcon className="w-7 m-auto" />
</button>
Expand Down

0 comments on commit e23e950

Please sign in to comment.