diff options
-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 a521379..958fb29 100644 --- a/src/Board.js +++ b/src/Board.js @@ -89,7 +89,7 @@ class Board extends Component { </Breadcrumb> {threadList.map(thread => ( <Segment.Group key={thread.id}> - <Header as="h4" attached> + <Header as="h3" attached> <Link to={`/${this.props.dir}/read/${thread.id}`}> {thread.subject} </Link> |