Skip to content

Commit ac24b9d

Browse files
committed
Iterate
1 parent 65d9d9d commit ac24b9d

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

-607 Bytes
Loading

packages/shared-components/src/room/composer/Banner/Banner.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const WithAction: Story = {
5959

6060
export const WithAvatarImage: Story = {
6161
args: {
62-
avatar: <img alt="Example" src={avatarImage} height="32px" width="32px" />,
62+
avatar: <img alt="Example" src={avatarImage} />,
6363
},
6464
};
6565

packages/shared-components/src/room/composer/Banner/__snapshots__/Banner.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ exports[`AvatarWithDetails > renders a banner with an avatar iamge 1`] = `
7878
>
7979
<img
8080
alt="Example"
81-
src="https://picsum.photos/32/32"
81+
src="/static/element.png"
8282
/>
8383
</div>
8484
<div

0 commit comments

Comments
 (0)