diff options
-rw-r--r-- | src/Post.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Post.js b/src/Post.js index 78be0b6..a950f7c 100644 --- a/src/Post.js +++ b/src/Post.js @@ -74,7 +74,7 @@ const Post = ({ index, post, locked, threadId, currentBoard, nightMode }) => { // Manejo de posts eliminados if (post.IS_DELETED > 0) { return ( - <Comment> + <Comment inverted={nightMode}> <Comment.Avatar src={`https://bienvenidoainternet.org/static/css/img/picnicbdy.gif`} /> |