From 7611e0a3c6fdf5619664ef015b759307558ffc52 Mon Sep 17 00:00:00 2001 From: keyan Date: Tue, 21 Dec 2021 15:46:42 -0600 Subject: [PATCH] make comment time ago header a link --- components/comment.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/comment.js b/components/comment.js index 041a889c..2ef1b22a 100644 --- a/components/comment.js +++ b/components/comment.js @@ -94,7 +94,9 @@ export default function Comment ({ e.stopPropagation()}>@{item.user.name}{op && ' OP'} - {timeSince(new Date(item.createdAt))} + + {timeSince(new Date(item.createdAt))} + {includeParent && } {canEdit && <>