aboutsummaryrefslogtreecommitdiff
path: root/src/Thread.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Thread.js')
-rw-r--r--src/Thread.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Thread.js b/src/Thread.js
index 3a964b5..e4694b7 100644
--- a/src/Thread.js
+++ b/src/Thread.js
@@ -127,11 +127,11 @@ class Thread extends Component {
locked,
id
} = this.state.thread;
- document.title = subject;
const currentBoard = this.props.boardList.find(board => {
return board.dir === this.props.dir;
});
+ document.title = subject + " - " + currentBoard.name + "@B.a.I";
return (
<React.Fragment>