Skip to content

Commit

Permalink
chore: add aria label
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcasstlesjones committed Dec 18, 2024
1 parent 0fc76e7 commit 9f734aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export default function NextActionsDisplay() {
))
)}

<button>
<button aria-label="Delete next actions">
<TrashIcon
className={clsx(
"w-16 h-16 fixed bottom-20 right-5 shadow-lg text-white p-4 rounded-full transform transition-all duration-200 ease-in-out",
Expand Down

0 comments on commit 9f734aa

Please sign in to comment.