Skip to content

Commit

Permalink
feat(about): Change logo style with wrong typo
Browse files Browse the repository at this point in the history
  • Loading branch information
1ilsang committed Mar 11, 2024
1 parent b681b35 commit 10bed1d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _data/activity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion _data/education.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
2 changes: 1 addition & 1 deletion src/features/about/education/Container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const EducationContainer: FunctionComponent<EducationContainerProps> = ({
workEndDate={Catholic.endDate}
format={format}
/>
<div className="position">{Catholic.major}</div>
<div className="education-position">{Catholic.major}</div>
</div>
</div>
</section>
Expand Down
4 changes: 4 additions & 0 deletions src/features/styles/ui/about/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@
@include label;
}
/* stylelint-enable no-descending-specificity */

&-position {
border-bottom: none;
}
}
}

Expand Down

0 comments on commit 10bed1d

Please sign in to comment.