Skip to content

Commit

Permalink
Merge pull request #96 from GPGT-Algorithm-Study/dev
Browse files Browse the repository at this point in the history
fix: 보유아이템 이모지 수정
  • Loading branch information
klloo authored Feb 19, 2024
2 parents 6eab662 + 701ccd8 commit 30df6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MyPage/ItemCard/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function ItemCard({ userInfo, isUser }) {

return (
<Card>
<Title>👝 보유 아이템</Title>
<Title>💰 보유 아이템</Title>
<Content>
{isEmpty(items) && <NoItems>보유 아이템이 없습니다.</NoItems>}
<ItemWrapper>
Expand Down

0 comments on commit 30df6e7

Please sign in to comment.