mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-25 01:48:43 +08:00
ba7cf60cd8
* Update dependency @vector-im/compound-web to v5.4.0 * Update snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
21 lines
455 B
Plaintext
21 lines
455 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<VideoRoomChatButton /> renders button with an unread marker when room is unread 1`] = `
|
|
<button
|
|
aria-label="Chat"
|
|
class="_icon-button_bh2qc_17"
|
|
data-indicator="default"
|
|
role="button"
|
|
style="--cpd-icon-button-size: 32px;"
|
|
tabindex="0"
|
|
>
|
|
<div
|
|
class="_indicator-icon_133tf_26"
|
|
data-indicator="default"
|
|
style="--cpd-icon-button-size: 100%;"
|
|
>
|
|
<div />
|
|
</div>
|
|
</button>
|
|
`;
|