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