Unverified Commit cd7b6816 authored by Hong Minhee's avatar Hong Minhee
Browse files

Original link on comments

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