Skip to content

Commit

Permalink
Include profile info in profile menu label
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Nov 14, 2023
1 parent 36aae1e commit fa2bf14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function Profile({ user, label, className, ...props }: ProfileProps) {
className,
)}
type="button"
aria-label={label}
aria-label={`${user.name}, ${user.id || ''}`}
title={label}
>
<Skeleton circle>
Expand Down

0 comments on commit fa2bf14

Please sign in to comment.