Skip to content

Commit

Permalink
feat: 태그에 # 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
maylh committed Jan 14, 2025
1 parent adce9b0 commit a420929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/card/popularCard/PopularCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const PopularCard = ({
<div className={styles.bottomBox}>
<span>{templeLoc}</span>
<Icon.IcnDivider />
<span>{tag}</span>
<span>#{tag}</span>
</div>
</div>
<button className={styles.likeBtn} onClick={handleLikeClick}>
Expand Down
2 changes: 1 addition & 1 deletion src/stories/PopularCard.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const meta = {
templeLoc: '서울',
templeImg:
'https://img.danawa.com/images/descFiles/6/110/5109431_agiLaciMHn_1659098198501.jpeg',
tag: '#방긋방긋',
tag: '방긋방긋',
onClick: () => alert('click !'),
isLiked: false,
},
Expand Down

0 comments on commit a420929

Please sign in to comment.