Skip to content

Commit

Permalink
chore(Toast): add aria-label to button
Browse files Browse the repository at this point in the history
  • Loading branch information
enjidev committed Mar 14, 2024
1 parent b1f9724 commit 52043bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/enji.dev/src/components/Toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ function Toast({ title, message, t }: ToastProps) {
<div className={clsx('')}>
<button
type="button"
aria-label="Close"
className={clsx('flex items-center justify-center rounded-lg')}
onClick={() => toast.remove(t.id)}
>
Expand Down

0 comments on commit 52043bb

Please sign in to comment.