aboutsummaryrefslogtreecommitdiff
path: root/src/Board.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Board.js')
-rw-r--r--src/Board.js2
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}