From 317bb172644487cfe56a336cd1adaa7b8c4ee187 Mon Sep 17 00:00:00 2001 From: Son Daehyeon Date: Thu, 19 Sep 2024 10:39:40 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20font=20weight=20=EC=88=98=EC=A0=95=20(re?= =?UTF-8?q?gular=20to=20normal)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/about-us/member/page.tsx | 4 ++-- src/app/about-us/we/page.tsx | 2 +- src/app/activity/history/page.tsx | 4 ++-- src/app/activity/project/page.tsx | 2 +- src/app/activity/study/page.tsx | 2 +- src/component/activity/StudyCard.tsx | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/about-us/member/page.tsx b/src/app/about-us/member/page.tsx index db501ea..d11bd4b 100644 --- a/src/app/about-us/member/page.tsx +++ b/src/app/about-us/member/page.tsx @@ -65,7 +65,7 @@ const AboutUsMemberPage = () => {

<회장단>

-

+

전체 동아리 운영 기획 및 각 부서 업무 참여

@@ -93,7 +93,7 @@ const AboutUsMemberPage = () => { {MEMBERS.map(({ title, description, filter, sort }) => (

<{title}>

-

{description}

+

{description}

{members diff --git a/src/app/about-us/we/page.tsx b/src/app/about-us/we/page.tsx index 0209056..d8cd5b5 100644 --- a/src/app/about-us/we/page.tsx +++ b/src/app/about-us/we/page.tsx @@ -28,7 +28,7 @@ const AboutUsWePage = () => {

- 나만의 서비스. 기획. 개발 + 나만의 서비스. 기획. 개발
우리 안의 새로운 물결 WINK

diff --git a/src/app/activity/history/page.tsx b/src/app/activity/history/page.tsx index 37b614e..a16131d 100644 --- a/src/app/activity/history/page.tsx +++ b/src/app/activity/history/page.tsx @@ -54,7 +54,7 @@ const ActivityHistoryPage = () => {

WINK, 우리들의 파도

-

+

행사 / 세미나 / 대회 활동 기록을 년도 별로 볼 수 있습니다.

@@ -78,7 +78,7 @@ const ActivityHistoryPage = () => { {item.date} - {item.title} + {item.title} {openItems.includes(`${yearData.year}-${index}`) ? : } diff --git a/src/app/activity/project/page.tsx b/src/app/activity/project/page.tsx index 29d7720..0d66b4a 100644 --- a/src/app/activity/project/page.tsx +++ b/src/app/activity/project/page.tsx @@ -41,7 +41,7 @@ const ActivityProjectPage = () => {

WINK, 우리들의 파도

-

나날히 성장해 가는 우리

+

나날히 성장해 가는 우리

{/* Carousel 영역 */} diff --git a/src/app/activity/study/page.tsx b/src/app/activity/study/page.tsx index c7de043..a82c1be 100644 --- a/src/app/activity/study/page.tsx +++ b/src/app/activity/study/page.tsx @@ -63,7 +63,7 @@ const ActivityStudyPage = () => {

WINK, 우리들의 파도

-

나날히 성장해 가는 우리

+

나날히 성장해 가는 우리

{/* 주목할 글 */} diff --git a/src/component/activity/StudyCard.tsx b/src/component/activity/StudyCard.tsx index 58c2ba4..7a6b4fb 100644 --- a/src/component/activity/StudyCard.tsx +++ b/src/component/activity/StudyCard.tsx @@ -21,10 +21,10 @@ export const StudyCard: React.FC = ({ image, link, title, conten {/* 스터디 제목 및 설명 */}

{title}

-

{content}

+

{content}

-

{link}

-

{author}

+

{link}

+

{author}