diff --git a/web/app.react.js b/web/app.react.js
--- a/web/app.react.js
+++ b/web/app.react.js
@@ -121,6 +121,13 @@
}
}
+ onWordmarkClicked = () => {
+ this.props.dispatch({
+ type: updateNavInfoActionType,
+ payload: { tab: 'chat' },
+ });
+ };
+
render() {
let content;
if (this.props.loggedIn) {
@@ -161,7 +168,7 @@