From 84aecb02fe89a4dbff845ffcd3bf71a193873efd Mon Sep 17 00:00:00 2001 From: llddang <77055208+llddang@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:01:21 +0900 Subject: [PATCH] =?UTF-8?q?Feature/#214=20=EB=A7=88=EC=9D=B4=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EB=A7=88=EC=9D=BC=EC=8A=A4=ED=86=A4=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20(#215)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: 마이페이지의 마일스톤 관리 수정 #212 * feat: 마일스톤 페이지에 마일스톤 등록하러가기 버튼 추가 #214 --- .../src/app/(client)/(withSidebar)/milestone/page.tsx | 10 ++++++++++ .../src/app/(client)/(withSidebar)/milestone/styled.ts | 1 - .../components/MilestoneHistorySection/index.tsx | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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) => (