Skip to content

Commit

Permalink
Merge pull request #34 from SkyLightQP/develop
Browse files Browse the repository at this point in the history
fix: update text and remove some of social links
  • Loading branch information
SkyLightQP authored Feb 5, 2025
2 parents 04bdb03 + 4dacd78 commit 8fb414e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 2 additions & 4 deletions src/components/Landing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,9 @@ const Landing: React.FC = () => {
</div>

<IntroduceText>
우리 주변의 문제를 글이 아닌 코드로 표현합니다.
우리 주변의 문제를 글이 아닌 기술로 표현합니다.
<br />
코드로 우리 생활을 더 편리하게 만듭니다.
<br />
주변 문제를 코드로 해결하기 위해 노력하고 있습니다.
문제를 기술로 해결하기 위해 노력하고 있습니다.
</IntroduceText>

<IconList>
Expand Down
6 changes: 0 additions & 6 deletions src/components/SocialLinkView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ export const SocialLinkView: FC = () => {
<SocialLink href="https://www.acmicpc.net/user/combbm/" icon={RiCodeSSlashLine}>
Baekjoon
</SocialLink>
<SocialLink href="https://solved.ac/profile/combbm/" icon={RiCheckLine}>
solved.ac
</SocialLink>
<SocialLink href="https://til.skylightqp.kr/" icon={RiPencilFill}>
Today I Learned
</SocialLink>
<SocialLink href="https://www.linkedin.com/in/daegyeom/" icon={RiLinkedinBoxFill}>
Linkedin
</SocialLink>
Expand Down

0 comments on commit 8fb414e

Please sign in to comment.