Skip to content

Commit

Permalink
Merge pull request #31 from pepabo/ch22-exercise-typo-fix
Browse files Browse the repository at this point in the history
ch22の練習問題は一つです(誤字訂正)
  • Loading branch information
t-daisuke authored Jun 10, 2024
2 parents 1226616 + e97f6bf commit 0f685a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend-training/docs/ch22/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default UserProfle;

`GravatarImage```<a href={`/users/${props.user.id}`}>`` タグを ``<Link to={`/user_profiles/${props.user.id}`}>`` に変えて、 Gravatar の画像をクリックしたら画面遷移ができること、かつパスの `:id` 部分の値に応じた表示になっていることを確かめてみてください。

## 練習問題 2
## 練習問題

できる範囲で構わないので、 Rails が `/users/:id` で表示していたのと同等の画面を `UserProfile.tsx` で作ってください。

Expand Down

0 comments on commit 0f685a8

Please sign in to comment.