Skip to content

Commit aa1250c

Browse files
committed
Changed image which was causing error
1 parent d0030d9 commit aa1250c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/src/container/Container.stories.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ export const Chromatic = () => (
4242
<ExampleContainer>
4343
<DxcContainer
4444
background={{
45-
image: "url(https://www.laecuaciondigital.com/wp-content/uploads/2023/10/DXC-Technology.png)",
45+
image:
46+
"url(https://dxc.com/content/dam/dxc/projects/dxc-com/common/images/landscape-1050x650/logos/we_are_dxc-1050x650.jpg)",
4647
position: "50%",
48+
size: "500px 500px",
4749
}}
4850
width="500px"
4951
height="500px"

0 commit comments

Comments
 (0)