From fe4bf7f796ed1794a0d23a9735ac2d5c3c669e64 Mon Sep 17 00:00:00 2001 From: KaichiManabe <154493010+KaichiManabe@users.noreply.github.com> Date: Fri, 11 Oct 2024 18:00:45 +0900 Subject: [PATCH] =?UTF-8?q?Header=E3=81=AECourseMateIcon=E3=82=92=E3=82=AF?= =?UTF-8?q?=E3=83=AA=E3=83=83=E3=82=AF=E3=81=99=E3=82=8B=E3=81=A8=E3=80=81?= =?UTF-8?q?/home=E3=81=AB=E9=A3=9B=E3=81=B6=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E3=81=97=E3=81=9F=20(#478)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # PRの概要 close #453 ## 具体的な変更内容 ## 影響範囲 ## 動作要件 ## 補足 ## レビューリクエストを出す前にチェック! - [ ] 改めてセルフレビューしたか - [ ] 手動での動作検証を行ったか - [ ] server の機能追加ならば、テストを書いたか - 理由: 書いた | server の機能追加ではない - [ ] 間違った使い方が存在するならば、それのドキュメントをコメントで書いたか - 理由: 書いた | 間違った使い方は存在しない - [ ] わかりやすいPRになっているか --- web/src/components/Header.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web/src/components/Header.tsx b/web/src/components/Header.tsx index be8e16ca..2b05d6c5 100644 --- a/web/src/components/Header.tsx +++ b/web/src/components/Header.tsx @@ -21,7 +21,13 @@ export default function Header(props: Props) { > - + { + navigate("/home"); + }} + > + +