mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
fix stupid double-spacing issue
This commit is contained in:
parent
c3de035964
commit
820cd579d8
1 changed files with 3 additions and 2 deletions
|
@ -93,8 +93,9 @@ module.exports = React.createClass({
|
|||
}
|
||||
else {
|
||||
joinText = (<span>
|
||||
Join as <a onClick={(event)=>{ this.onConferenceNotificationClick(event, 'voice')}} href="#">voice</a>
|
||||
or <a onClick={(event)=>{ this.onConferenceNotificationClick(event, 'video') }} href="#">video</a>.
|
||||
Join as <a onClick={(event)=>{ this.onConferenceNotificationClick(event, 'voice')}}
|
||||
href="#">voice</a> or <a onClick={(event)=>{ this.onConferenceNotificationClick(event, 'video') }}
|
||||
href="#">video</a>.
|
||||
</span>);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue