Loading examples/blog/components/Comment.tsx +5 −3 Original line number Diff line number Diff line Loading @@ -17,9 +17,11 @@ export default function Comment({ comment }: CommentProps) { </h3> <p> {comment.author.handle} ·{" "} <a href={comment.url}> <time datetime={comment.published.toString()}> {comment.published.toLocaleString()} </time> </a> </p> </hgroup> </header> Loading Loading
examples/blog/components/Comment.tsx +5 −3 Original line number Diff line number Diff line Loading @@ -17,9 +17,11 @@ export default function Comment({ comment }: CommentProps) { </h3> <p> {comment.author.handle} ·{" "} <a href={comment.url}> <time datetime={comment.published.toString()}> {comment.published.toLocaleString()} </time> </a> </p> </hgroup> </header> Loading