diff options
Diffstat (limited to 'src/Board.js')
-rw-r--r-- | src/Board.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Board.js b/src/Board.js index 933d4b3..2a6155f 100644 --- a/src/Board.js +++ b/src/Board.js @@ -147,7 +147,12 @@ class Board extends Component { {threadList.map(thread => ( <Segment.Group key={"seg_" + thread.timestamp + thread.id}> - <Header as="h3" attached inverted={nightMode}> + <Header + as="h3" + attached + inverted={nightMode} + className="threadTitle" + > <Link to={`/${dir}/read/${thread.id}`}>{thread.subject}</Link> <Header.Subheader> {thread.total_replies} respuestas |