aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/ConnectionContent.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/ConnectionContent.js')
-rw-r--r--frontend/src/components/ConnectionContent.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/components/ConnectionContent.js b/frontend/src/components/ConnectionContent.js
index 11b8617..2e4f2fd 100644
--- a/frontend/src/components/ConnectionContent.js
+++ b/frontend/src/components/ConnectionContent.js
@@ -30,6 +30,8 @@ class ConnectionContent extends Component {
if (this.props.connection != null) {
this.loadStream();
}
+
+ document.title = "caronte:~/$";
}
componentDidUpdate(prevProps, prevState, snapshot) {