boldify the preview bar click
This commit is contained in:
parent
211be5752c
commit
1c4c80cc5f
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ module.exports = React.createClass({
|
|||
<div>
|
||||
<div className="mx_RoomPreviewBar_join_text">
|
||||
You are trying to access { name }.<br/>
|
||||
<a onClick={ this.props.onJoinClick }>Click here to join</a> the discussion!
|
||||
<a onClick={ this.props.onJoinClick }><b>Click here</b></a> to join the discussion!
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue