From 898fd7f1935407e688f004d464ed0206a76ce342 Mon Sep 17 00:00:00 2001 From: llddang Date: Fri, 20 Sep 2024 15:47:52 +0900 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=EB=A7=88=EC=9D=B4=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=9D=98=20=EB=A7=88=EC=9D=BC=EC=8A=A4?= =?UTF-8?q?=ED=86=A4=20=EA=B4=80=EB=A6=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #212 --- .../my-page/components/MilestoneHistorySection/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => ( From 0eff1e5726374b47573afbeab127a3a1f385529f Mon Sep 17 00:00:00 2001 From: llddang Date: Fri, 20 Sep 2024 15:59:53 +0900 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=EB=A7=88=EC=9D=BC=EC=8A=A4?= =?UTF-8?q?=ED=86=A4=20=ED=8E=98=EC=9D=B4=EC=A7=80=EC=97=90=20=EB=A7=88?= =?UTF-8?q?=EC=9D=BC=EC=8A=A4=ED=86=A4=20=EB=93=B1=EB=A1=9D=ED=95=98?= =?UTF-8?q?=EB=9F=AC=EA=B0=80=EA=B8=B0=20=EB=B2=84=ED=8A=BC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #214 --- .../src/app/(client)/(withSidebar)/milestone/page.tsx | 10 ++++++++++ .../src/app/(client)/(withSidebar)/milestone/styled.ts | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) 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`