Skip to content

Commit

Permalink
fix: change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyLightQP committed Sep 16, 2024
1 parent c3e64f5 commit f69165d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SocialLinkView/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { FC } from 'react';
import {
RiAwardFill,
RiCheckLine,
RiCodeSSlashLine,
RiGithubFill,
RiLinkedinBoxFill,
Expand Down Expand Up @@ -43,7 +43,7 @@ export const SocialLinkView: FC = () => {
<SocialLink href="https://www.acmicpc.net/user/combbm/" icon={RiCodeSSlashLine}>
Baekjoon
</SocialLink>
<SocialLink href="https://solved.ac/profile/combbm/" icon={RiAwardFill}>
<SocialLink href="https://solved.ac/profile/combbm/" icon={RiCheckLine}>
solved.ac
</SocialLink>
<SocialLink href="https://til.skylightqp.kr/" icon={RiPencilFill}>
Expand Down

0 comments on commit f69165d

Please sign in to comment.