Skip to content

Commit 235be29

Browse files
committed
Use div instead of p in PostCommentItem - Fix velopert#57
1 parent d1700a1 commit 235be29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/post/PostCommentItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const CommentHead = styled.div`
9191
}
9292
`;
9393

94-
const CommentText = styled.p<{ deleted: boolean }>`
94+
const CommentText = styled.div<{ deleted: boolean }>`
9595
h1,
9696
h2 {
9797
font-size: 1.75rem;

0 commit comments

Comments
 (0)