|
|
@ -49,7 +49,7 @@ export default function CommentBody({
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
{/* Description */}
|
|
|
|
{/* Description */}
|
|
|
|
<div className="text-sm">{comment.description}</div>
|
|
|
|
<div className="whitespace-pre-wrap text-sm">{comment.description}</div>
|
|
|
|
|
|
|
|
|
|
|
|
{/* Upvote and edit */}
|
|
|
|
{/* Upvote and edit */}
|
|
|
|
<div className="flex flex-row space-x-1 pt-1 align-middle">
|
|
|
|
<div className="flex flex-row space-x-1 pt-1 align-middle">
|
|
|
|