Skip to content

Commit

Permalink
feat: MyCard 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ymj07168 committed Oct 25, 2024
1 parent 3cdb787 commit 605d538
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/mypage/MyCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ const MyCard = ({
onClick={onClick}
>
<div className="text-xl font-semibold">{title}</div>
<div className="text-base text-gray-8 lg:min-h-[100px]">{content}</div>
<div className="text-base text-gray-8 lg:min-h-[200px] line-clamp-2">
{content}
</div>
<div className="flex flex-row gap-5">
<div className="text-sm text-gray-6">{formattedDate}</div>
<div className="text-sm text-gray-6">{commentCount}개의 댓글</div>
Expand Down

0 comments on commit 605d538

Please sign in to comment.