diff --git a/src/components/CommentCard.tsx b/src/components/CommentCard.tsx index 2eb7048..3a6c60f 100644 --- a/src/components/CommentCard.tsx +++ b/src/components/CommentCard.tsx @@ -24,7 +24,7 @@ const CommentCard: Component<{ content: ReactiveComment; rootId: string }> = (pr const { locale, commentClassName } = configProvider; const time = createMemo(() => getTimeAgo(new Date(props.content.time), now(), locale())); return ( -