Skip to content

Commit

Permalink
refactor: aria-label 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HoberMin committed Apr 26, 2024
1 parent 3d5b407 commit ad24f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/main/_component/PostItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ const PostItem = () => {
</span>
<span className='flex gap-2'>
<span className='flex items-center gap-1'>
<Icon id='heart'></Icon>
<Icon id='heart' aria-label='좋아요 수' />
<span>{likedCount}</span>
</span>
<span className='flex items-center gap-1'>
<Icon id='comment'></Icon>
<Icon id='comment' aria-label='댓글 수' />
<span>{commentedCount}</span>
</span>
</span>
Expand Down

0 comments on commit ad24f38

Please sign in to comment.