Skip to content

Commit ab097c6

Browse files
committed
tweaks part 7 exercises
1 parent efabce5 commit ab097c6

4 files changed

Lines changed: 3 additions & 6 deletions

File tree

src/components/InfoBanner3.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,8 @@ const InfoBanner = ({ visible, onHide }) => {
5555
<li><i>Webpack replaced with esbuild</i></li>
5656
<li><i>Error boundaries and keeping the frontend and backend in a single repository covered</i></li>
5757
<li><i>Some of the hook exercises have changed</i></li>
58-
<li><i>Two new exercises for the blog list</i></li>
58+
<li><i>Some new exercises for the blog list</i></li>
5959
</ul>
60-
</div>
61-
<div style={{ marginBottom: 10 }}>
62-
There may still be some minor changes coming to the blog list exercise set in the next few days.
6360
</div>
6461
<div>
6562
The old content is still found <a style={linkStyle} href="https://github.com/fullstack-hy2020/fullstack-hy2020.github.io/tree/7599b17c02b056fcad4f12d8708f0e07980b7564/src/content/7/en">here</a>.

src/content/7/en/part7d.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ You can access this view by clicking the name of the user in the view that lists
177177
178178
Implement the functionality for commenting the blog posts:
179179
180-
![browser blogs showing list of comments for a blog](../../images/7/48.png)
180+
![browser blogs showing list of comments for a blog](../../images/7/u8.png)
181181
182182
Comments should be anonymous, meaning that they are not associated with the user who left the comment.
183183
@@ -189,7 +189,7 @@ An appropriate mechanism for adding comments to a blog post would be an HTTP POS
189189
190190
Extend your application so that users can add comments to blog posts from the frontend:
191191
192-
![browser showing comments added via frontend](../../images/7/49.png)
192+
![browser showing comments added via frontend](../../images/7/u9.png)
193193
194194
#### 7.20: Styling
195195

src/content/images/7/u8.png

125 KB
Loading

src/content/images/7/u9.png

137 KB
Loading

0 commit comments

Comments
 (0)