Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1c4c80c

Browse files
committed
boldify the preview bar click
1 parent 211be57 commit 1c4c80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/rooms/RoomPreviewBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ module.exports = React.createClass({
146146
<div>
147147
<div className="mx_RoomPreviewBar_join_text">
148148
You are trying to access { name }.<br/>
149-
<a onClick={ this.props.onJoinClick }>Click here to join</a> the discussion!
149+
<a onClick={ this.props.onJoinClick }><b>Click here</b></a> to join the discussion!
150150
</div>
151151
</div>
152152
);

0 commit comments

Comments
 (0)