Skip to content

Commit

Permalink
Merge pull request #76 from Kusitms-29th-ASAP/fix/#75
Browse files Browse the repository at this point in the history
[Fix] 배포 오류
  • Loading branch information
yyypearl authored May 21, 2024
2 parents f4b6f8a + 2df460f commit 1989833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/school/notification/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const NotificationDetail = () => {
<>
<Container>
<Topbar text="알림장 자세히보기" icon={true} />
<TopContent isToday={true} day={new Date()} teacher={"김동우"} />
<TopContent isToday={true} day={"2024-05-22"} teacher={"김동우"} />
</Container>
<NotificationDetailList />
</>
Expand Down

0 comments on commit 1989833

Please sign in to comment.