Skip to content

Commit

Permalink
feat(#77): 가정통신문 -> 회신 경로 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
yyypearl committed May 21, 2024
1 parent 172c268 commit 4df69b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/news/school/[summaryId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const SummaryDetail = () => {
}, []);

const handleSend = () => {
router.push("/"); // 학교생활 > 가정통신문 더보기 > 회신
router.push("/school/homeGuide");
};

return (
Expand Down

0 comments on commit 4df69b1

Please sign in to comment.