You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react/src/card/demo/image.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ A card using an image to reinforce the content.
8
8
<Card actions={[
9
9
<a key={1} href="">Learn more</a>
10
10
]}>
11
-
<Image width="100%" src="/avatar/plants.jpg"/>
11
+
<Image width="100%" src="../avatar/plants.jpg"/>
12
12
<Card.Content>
13
13
<h2 style={{ margin:0 }}>Koala</h2>
14
14
<p style={{ marginBottom:0 }}>The koala is an arboreal herbivorous marsupial native to Australia. It is the only extant representative of the family Phascolarctidae and its closest living relatives are the wombats, which comprise the family Vombatidae. </p>
0 commit comments