Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/learn/your-first-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ And `Profile` contains even more HTML: `<img />`. In the end, this is what the b
```html
<section>
<h1>Amazing scientists</h1>
<img src="https://i.imgur.com/MK3eW3As.jpg" alt="Katherine Johnson" />
<img src="https://i.imgur.com/MK3eW3As.jpg" alt="Katherine Johnson" />
<img src="https://i.imgur.com/MK3eW3As.jpg" alt="Katherine Johnson" />
<img src="https://i.imgur.com/MK3eW3As.jpg" alt="Katherine Johnson">
<img src="https://i.imgur.com/MK3eW3As.jpg" alt="Katherine Johnson">
<img src="https://i.imgur.com/MK3eW3As.jpg" alt="Katherine Johnson">
</section>
```

Expand Down