mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-29 22:10:57 +08:00
d34dc0c307
* Update vector-im * Update snapshots of Compound Avatars * Update snapshots of Compound Avatars --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
26 lines
532 B
Plaintext
26 lines
532 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<RoomFacePile /> renders 1`] = `
|
|
<DocumentFragment>
|
|
<div
|
|
class="mx_FacePile"
|
|
data-state="closed"
|
|
>
|
|
<div
|
|
class="_stacked-avatars_2lhia_116"
|
|
>
|
|
<span
|
|
class="_avatar_2lhia_17 mx_BaseAvatar _avatar-imageless_2lhia_56"
|
|
data-color="8"
|
|
data-testid="avatar-img"
|
|
data-type="round"
|
|
role="presentation"
|
|
style="--cpd-avatar-size: 28px;"
|
|
>
|
|
b
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|