From 34bd6eb0abd851ac9704a08dd26466a758d216bc Mon Sep 17 00:00:00 2001 From: Renard Date: Mon, 23 Sep 2019 23:58:45 -0300 Subject: Enlace a archivo adjunto --- src/Post.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/Post.js b/src/Post.js index ba3f6e8..438e0fd 100644 --- a/src/Post.js +++ b/src/Post.js @@ -200,7 +200,14 @@ const Post = ({ index, post, locked, threadId, currentBoard, nightMode }) => { /> } /> - {post.file} {post.image_width}x{post.image_height}{" "} + + {post.file} + {" "} + {post.image_width}x{post.image_height}{" "} {filesize(post.file_size, { bits: true })} ) : null} -- cgit v1.2.1-18-gbd029