Skip to content

Commit

Permalink
Update Empty.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jimniels committed Oct 17, 2024
1 parent 50593e8 commit dba8d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quadratic-client/src/dashboard/components/Empty.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function Empty({
{showLoggedInUser && loggedInUser && (
<div className="mx-auto mt-12 max-w-96 border-t border-border pt-2">
<div className="mx-auto flex items-center gap-2 rounded-md pt-2 text-left text-sm">
<Avatar src={loggedInUser.picture} alt="Avatar for" className="flex-shrink-0">
<Avatar src={loggedInUser.picture} alt={`Avatar for ${loggedInUser.name}`} className="flex-shrink-0">
{loggedInUser.name}
</Avatar>
<div className="flex flex-col justify-start truncate">
Expand Down

0 comments on commit dba8d79

Please sign in to comment.