Skip to content

Commit

Permalink
chore: build 에러 수정 #80
Browse files Browse the repository at this point in the history
  • Loading branch information
seoye0ng committed Jan 16, 2024
1 parent cd84f0c commit 641d5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/product-article/ProductArticle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function ProductArticle({ isRow = false, itemData }:ProductArticleProps) {
<Text className={cx('ellipsis')} typography="t6">{itemData.name}</Text>
<div>
<Text typography="t7" color="gray300">{itemData.category}</Text>
<Heart width={16} height={14} color="gray300" changeColor="pink" />
<Heart width={16} height={14} color="gray300" />
</div>
</div>
</article>
Expand Down

0 comments on commit 641d5b9

Please sign in to comment.