From 10bed1dbae0227d77e95d4584eda6829215d5fbd Mon Sep 17 00:00:00 2001 From: 1ilsang <1ilsang@naver.com> Date: Mon, 11 Mar 2024 23:31:55 +0900 Subject: [PATCH] feat(about): Change logo style with wrong typo --- _data/activity.ts | 2 +- _data/education.ts | 2 +- src/features/about/education/Container.tsx | 2 +- src/features/styles/ui/about/index.scss | 4 ++++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/_data/activity.ts b/_data/activity.ts index 3541fc5d..caaa7e33 100644 --- a/_data/activity.ts +++ b/_data/activity.ts @@ -95,7 +95,7 @@ const club: Activity[] = [ }, { type: ActivityType.club, - name: 'Server Dev Camp 2nd', + name: 'Server Dev Camp 3rd', url: 'https://blog.naver.com/1ilsang/221226071204', startDate: 1514818800000, endDate: 1519138800000, diff --git a/_data/education.ts b/_data/education.ts index bb87c9ac..073a9684 100644 --- a/_data/education.ts +++ b/_data/education.ts @@ -5,7 +5,7 @@ export const Catholic: Education = { url: 'https://catholic.ac.kr', major: '미디어공학, 컴퓨터정보공학 전공', logoUrl: - 'https://github.com/1ilsang/dev/assets/23524849/7d5ea8da-c3e4-4c3f-8f24-4e909c2db71c', + 'https://github.com/1ilsang/dev/assets/23524849/889a618f-ebe5-4df3-90d0-ca7701f6c1d3', startDate: 1330527600000, endDate: 1534345200000, }; diff --git a/src/features/about/education/Container.tsx b/src/features/about/education/Container.tsx index 2da7212f..bc212a4f 100644 --- a/src/features/about/education/Container.tsx +++ b/src/features/about/education/Container.tsx @@ -30,7 +30,7 @@ const EducationContainer: FunctionComponent = ({ workEndDate={Catholic.endDate} format={format} /> -
{Catholic.major}
+
{Catholic.major}
diff --git a/src/features/styles/ui/about/index.scss b/src/features/styles/ui/about/index.scss index f8433937..ac41a6d3 100644 --- a/src/features/styles/ui/about/index.scss +++ b/src/features/styles/ui/about/index.scss @@ -218,6 +218,10 @@ @include label; } /* stylelint-enable no-descending-specificity */ + + &-position { + border-bottom: none; + } } }