We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ca61e commit a8da7a1Copy full SHA for a8da7a1
client/packages/lowcoder/src/pages/ComponentDoc/examples/presentationComp/image.tsx
@@ -15,7 +15,7 @@ export default function ImageExample() {
15
width={100}
16
height={100}
17
config={{
18
- src: "https://majiang-files.oss-cn-hangzhou.aliyuncs.com/cat_1",
+ src: "https://github.com/lowcoder-org/lowcoder-media-assets/blob/main/icons/favicon_io/android-chrome-512x512.png?raw=true",
19
}}
20
compFactory={ImageComp}
21
/>
0 commit comments