diff --git a/frontend/src/app/(client)/(withSidebar)/milestone/page.tsx b/frontend/src/app/(client)/(withSidebar)/milestone/page.tsx index addbccbf..7a51e510 100644 --- a/frontend/src/app/(client)/(withSidebar)/milestone/page.tsx +++ b/frontend/src/app/(client)/(withSidebar)/milestone/page.tsx @@ -1,6 +1,7 @@ import Image from 'next/image'; import * as S from './styled'; +import Link from 'next/link'; const Page = () => ( @@ -14,6 +15,15 @@ const Page = () => ( 학생들은 교내외 여러 활동들을 통하여 실전적 SW역량, 글로벌 역량, 커뮤니케이션 역량을 균형있게 함양하고 SW중심대학사업단에서는 학생들의 적립된 마일스톤 점수에 따라 매년 장학생을 선발하고 있습니다. +
+ + 마일스톤 등록하러 가기 + +
diff --git a/frontend/src/app/(client)/(withSidebar)/milestone/styled.ts b/frontend/src/app/(client)/(withSidebar)/milestone/styled.ts index bfdc6c3b..f074a49b 100644 --- a/frontend/src/app/(client)/(withSidebar)/milestone/styled.ts +++ b/frontend/src/app/(client)/(withSidebar)/milestone/styled.ts @@ -25,7 +25,6 @@ export const Title = styled.div` export const Description = styled.div` text-align: center; - margin-bottom: 50px; `; export const InformationList = styled.ul` diff --git a/frontend/src/app/(client)/(withSidebar)/my-page/components/MilestoneHistorySection/index.tsx b/frontend/src/app/(client)/(withSidebar)/my-page/components/MilestoneHistorySection/index.tsx index 8118a25d..b2931673 100644 --- a/frontend/src/app/(client)/(withSidebar)/my-page/components/MilestoneHistorySection/index.tsx +++ b/frontend/src/app/(client)/(withSidebar)/my-page/components/MilestoneHistorySection/index.tsx @@ -32,7 +32,7 @@ const MilestoneHistorySection = async () => { return (
- +
{milestoneHistoriesOfStudent ? ( milestoneHistoriesOfStudent.content.map((milestoneHistory) => (