Skip to content

Commit

Permalink
chore: improve action center button title
Browse files Browse the repository at this point in the history
  • Loading branch information
enjidev committed Jan 19, 2023
1 parent a410c0c commit 78420a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ function NavIconActionCenter() {
'dark:bg-slate-800/50 dark:text-slate-100 dark:hover:bg-slate-700/50',
[open && ['bg-slate-300/70', 'dark:bg-slate-700/50']]
)}
aria-label="Open Action Center"
title="Open Action Center"
aria-label={open ? 'Close Action Center' : 'Open Action Center'}
title={open ? 'Close Action Center' : 'Open Action Center'}
>
<ActionCenterIcon className={clsx('h-5 w-5')} />
</Popover.Button>
Expand Down

1 comment on commit 78420a3

@vercel
Copy link

@vercel vercel bot commented on 78420a3 Jan 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

enjidev – ./

enjidev.vercel.app
enjidev-enjidev.vercel.app
enjidev-git-main-enjidev.vercel.app
www.enji.dev
enji.dev

Please sign in to comment.