Skip to content

Commit

Permalink
Chore: 수정된 informCard prop 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinkr committed Jul 31, 2023
1 parent 418759a commit f2f7026
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ const Home = () => {
<InformCard
icon="notification"
title="공지사항"
majorRequired={false}
onClick={() => routerTo('/announcement')}
/>
<InformCard
icon="school"
title="졸업요건"
majorRequired={true}
onClick={() => routerToGraduationRequired()}
/>
</div>
Expand Down

0 comments on commit f2f7026

Please sign in to comment.