Skip to content

Commit

Permalink
fix: 조회수 워딩 통일 (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
pa-rang authored Dec 2, 2023
1 parent 532757e commit 37cec77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/feed/detail/DetailFeedCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const Content = ({ isQuestion = false, title, content, hits, commentLength, imag
typography='SUIT_14_R'
lineHeight={20}
color={colors.gray300}
>{`댓글 ${commentLength}개 ∙ ${hits}명 읽음`}</Text>
>{`댓글 ${commentLength}개 ∙ 조회수 ${hits}`}</Text>
<FeedImageSlider opened={openSlider} images={images} onClose={() => setOpenSlider(false)} />
</>
);
Expand Down

0 comments on commit 37cec77

Please sign in to comment.