aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Thread.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Thread.js b/src/Thread.js
index be73903..085a754 100644
--- a/src/Thread.js
+++ b/src/Thread.js
@@ -58,6 +58,7 @@ class Thread extends Component {
}
const { posts, subject, timestamp, total_replies, locked, id } = this.state.thread;
+ document.title = subject;
return (
<div>