Skip to content

Commit a8da7a1

Browse files
author
FalkWolsky
committed
Fixing Image Component Demo
1 parent 86ca61e commit a8da7a1

File tree

1 file changed

+1
-1
lines changed
  • client/packages/lowcoder/src/pages/ComponentDoc/examples/presentationComp

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/pages/ComponentDoc/examples/presentationComp/image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function ImageExample() {
1515
width={100}
1616
height={100}
1717
config={{
18-
src: "https://majiang-files.oss-cn-hangzhou.aliyuncs.com/cat_1",
18+
src: "https://github.com/lowcoder-org/lowcoder-media-assets/blob/main/icons/favicon_io/android-chrome-512x512.png?raw=true",
1919
}}
2020
compFactory={ImageComp}
2121
/>

0 commit comments

Comments
 (0)