File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137,14 +137,14 @@ export default function CatFriends() {
137
137
< ul>
138
138
< li>
139
139
< img
140
- src= " https ://placekitten.com/g /200/200"
140
+ src= " http ://placekitten.com/200/200"
141
141
alt= " Tom"
142
142
ref= {firstCatRef}
143
143
/ >
144
144
< / li>
145
145
< li>
146
146
< img
147
- src= " https://placekitten.com/g/ 300/200"
147
+ src= " https://placekitten.com/300/200"
148
148
alt= " Maru"
149
149
ref= {secondCatRef}
150
150
/ >
Original file line number Diff line number Diff line change @@ -340,13 +340,13 @@ export default function CatFriends() {
340
340
< ul ref= {listRef}>
341
341
< li>
342
342
< img
343
- src= " https ://placekitten.com/g /200/200"
343
+ src= " http ://placekitten.com/200/200"
344
344
alt= " Tom"
345
345
/ >
346
346
< / li>
347
347
< li>
348
348
< img
349
- src= " https://placekitten.com/g/ 300/200"
349
+ src= " https://placekitten.com/300/200"
350
350
alt= " Maru"
351
351
/ >
352
352
< / li>
You can’t perform that action at this time.
0 commit comments