Skip to content

Commit

Permalink
updates snapshots to support new avatar ciruclar approach
Browse files Browse the repository at this point in the history
  • Loading branch information
egoens committed Aug 27, 2024
1 parent 9fb7e04 commit dc23618
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ exports[`EntityAvatar renders an image when the user has one 1`] = `
}
>
<Image
className="squareAvatar"
className="circleAvatar"
height="48px"
src="//https://i.pravatar.cc/140"
>
<picture
className="picture squareAvatar"
className="picture circleAvatar"
>
<img
alt=""
Expand Down Expand Up @@ -63,7 +63,7 @@ exports[`EntityAvatar renders the initials when the user has no image 1`] = `
}
>
<span
className="initialsAvatar squareAvatar"
className="initialsAvatar circleAvatar"
style={
Object {
"backgroundColor": "#e8f1fd",
Expand Down

0 comments on commit dc23618

Please sign in to comment.