Merge pull request #1145 from metamaps/feature/lower.case.headings

Switch junto headings to have normal casing (not all uppercase)
This commit is contained in:
Connor Turland 2017-10-04 11:22:33 -04:00 committed by GitHub
commit 567bc9d69d

View file

@ -110,7 +110,7 @@ class MapChat extends Component {
</div>
{chatOpen && <div className="chat-panel">
<div className="junto-header">
PARTICIPANTS
Participants
<div onClick={this.toggleVideosShowing} className={`video-toggle ${videosShowing ? '' : 'active'}`} />
<div onClick={this.toggleCursorsShowing} className={`cursor-toggle ${cursorsShowing ? '' : 'active'}`} />
</div>
@ -134,7 +134,7 @@ class MapChat extends Component {
)}
</div>
<div className="chat-header">
CHAT
Chat
<div onClick={this.toggleAlertSound} className={`sound-toggle ${alertSound ? '' : 'active'}`}></div>
</div>
<div className="chat-messages" ref={div => { this.messagesDiv = div }}>