Skip to content

Commit

Permalink
#227 feat: 체크 캐릭터 이미지 추가 및 기존 이미지 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
misung-dev committed Sep 6, 2024
1 parent afa03d8 commit 8d5a8a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
File renamed without changes
8 changes: 8 additions & 0 deletions public/img/character-green-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/pages/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ const HomePage = () => {
<S.BoldNum>
514<span></span>
</S.BoldNum>
<S.Character src="/img/character-check.svg" alt="캐릭터" />
<S.Character
src="/img/character-black-check.svg"
alt="캐릭터"
/>
</S.BlueCard>
<S.WhiteCard>
<S.CardContent>
Expand Down

0 comments on commit 8d5a8a2

Please sign in to comment.