Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 2258082

Browse files
committed
use suggested changes for the new image
1 parent bbad1c9 commit 2258082

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,10 @@ steps:
178178
type: createReview
179179
event: REQUEST_CHANGES
180180
body: 05e-troubleshoot-h1.md
181-
- type: createReview
182-
event: COMMENT
181+
- type: createPullRequestComment
183182
body: 06-add-image.md
183+
file: index.html
184+
position: 5
184185

185186
- title: Add an image
186187
description: Add an image

responses/06-add-image.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ You'll also notice that the image tag doesn't need to close since it is consider
1212

1313
### :keyboard: Activity: Add an image to your web page
1414

15+
```suggestion
16+
<img src="{{ user.avatarUrl }}">
17+
18+
```
19+
1520
1. Click on **Files Changed**.
1621
1. Click on the ellipsis (...) and select **Edit file**.
1722
1. Place an opening `<img>` tag between the body tags. Reminder: you don't need to close an `<img>` tag!

0 commit comments

Comments
 (0)