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,15 @@
-

Comm

+

+ + Comm + +

h1 { +div.main-header > .wordmark { color: var(--fg); padding-left: 92px; font-family: var(--font-logo); @@ -81,6 +81,9 @@ font-weight: var(--semi-bold); font-size: var(--logo-font-22); } +.wordmark > a { + color: inherit; +} div.main-content-container { position: relative;