Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3696038
D3604.id11129.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
976 B
Referenced Files
None
Subscribers
None
D3604.id11129.diff
View Options
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 @@
<DisconnectedBar />
<header className={css['header']}>
<div className={css['main-header']}>
- <h1>Comm</h1>
+ <h1 onClick={this.onWordmarkClicked}>Comm</h1>
<div className={css['upper-right']}>
<LoadingIndicator
status={this.props.entriesLoadingStatus}
diff --git a/web/style.css b/web/style.css
--- a/web/style.css
+++ b/web/style.css
@@ -80,6 +80,7 @@
line-height: var(--line-height-text);
font-weight: var(--semi-bold);
font-size: var(--logo-font-22);
+ cursor: pointer;
}
div.main-content-container {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 8, 11:34 AM (2 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2817049
Default Alt Text
D3604.id11129.diff (976 B)
Attached To
Mode
D3604: [web] Link wordmark in header to app "homepage"
Attached
Detach File
Event Timeline
Log In to Comment