From bb55c1460b82e9fe65c4f0c244ea8b34d8a9f8ca Mon Sep 17 00:00:00 2001 From: Asara Date: Sat, 8 Feb 2020 23:11:19 -0500 Subject: [PATCH] Replace border with outline --- src/components/Post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Post.js b/src/components/Post.js index 365e011..5ee2765 100644 --- a/src/components/Post.js +++ b/src/components/Post.js @@ -25,7 +25,7 @@ class Post extends React.Component { return comments.map(comment => { return (
-
+
Comment by {comment.author}

Posted: {comment.time_published}