You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
try to make joining rooms more obvious
This commit is contained in:
@@ -146,7 +146,7 @@ module.exports = React.createClass({
|
|||||||
<div>
|
<div>
|
||||||
<div className="mx_RoomPreviewBar_join_text">
|
<div className="mx_RoomPreviewBar_join_text">
|
||||||
You are trying to access { name }.<br/>
|
You are trying to access { name }.<br/>
|
||||||
Would you like to <a onClick={ this.props.onJoinClick }>join</a> in order to participate in the discussion?
|
<a onClick={ this.props.onJoinClick }>Click here to join</a> the discussion!
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user