Skip to content

Commit b3a7427

Browse files
author
User
committed
Replace Imgur images with react.dev hosted images in passing-props tutorial
1 parent d340c41 commit b3a7427

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
18.1 KB
Loading
20.2 KB
Loading

src/content/learn/passing-props-to-a-component.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,8 @@ export default function Gallery() {
446446
<h2>Maria Skłodowska-Curie</h2>
447447
<img
448448
className="avatar"
449-
src={getImageUrl('szV5sdG')}
449+
src="http://localhost:3000/images/learn/maria-curie.jpeg
450+
"
450451
alt="Maria Skłodowska-Curie"
451452
width={70}
452453
height={70}
@@ -470,7 +471,8 @@ export default function Gallery() {
470471
<h2>Katsuko Saruhashi</h2>
471472
<img
472473
className="avatar"
473-
src={getImageUrl('YfeOqp2')}
474+
src="https://react.dev/images/learn/katsuko-saruhashi.jpeg"
475+
474476
alt="Katsuko Saruhashi"
475477
width={70}
476478
height={70}

0 commit comments

Comments
 (0)