diff options
author | Renard | 2019-09-13 14:12:41 -0300 |
---|---|---|
committer | Renard | 2019-09-13 14:12:41 -0300 |
commit | 077852f2659cbf05dc88ebc61860a1ee655a35e3 (patch) | |
tree | c7bd222fd24da931cbcec5ee183c1f7570999704 /src/Board.js | |
parent | 1289267e5c2650765236631f089282f499b7b70c (diff) | |
download | bai-client-077852f2659cbf05dc88ebc61860a1ee655a35e3.tar.gz bai-client-077852f2659cbf05dc88ebc61860a1ee655a35e3.tar.xz bai-client-077852f2659cbf05dc88ebc61860a1ee655a35e3.zip |
Image modal
Diffstat (limited to 'src/Board.js')
-rw-r--r-- | src/Board.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Board.js b/src/Board.js index 19dda7a..daa2f39 100644 --- a/src/Board.js +++ b/src/Board.js @@ -78,7 +78,7 @@ class Board extends Component { <Segment.Group horizontal attached> {thread.file !== "" ? <Segment compact className="imageSegment"> - <Image size="small" fluid src={`https://bienvenidoainternet.org/${this.props.dir}/thumb/${thread.thumb}`} /> + <Image size="small" src={`https://bienvenidoainternet.org/${this.props.dir}/thumb/${thread.thumb}`} /> </Segment> : null} |