Skip to content

Commit

Permalink
fix: word
Browse files Browse the repository at this point in the history
  • Loading branch information
Doeunnkimm committed Sep 10, 2024
1 parent 35abbb4 commit e15bc8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const HobbyList = (props: HobbyListProps) => {
return (
<Fragment>
<Txt typography="subtitle1" css={titleCss} {...subTitleAttribute.attribute}>
모임원들과 이런 걸 함께하고 싶어요
저는 이런 걸 좋아해요
</Txt>
<div css={itemContainerCss}>{contents?.map((hobby) => <HobbyItem key={hobby} title={hobby} />)}</div>
</Fragment>
Expand Down

0 comments on commit e15bc8f

Please sign in to comment.