Skip to content

Commit

Permalink
Fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Jul 11, 2019
1 parent c252db5 commit 5082ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/client/views/app/room.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<div class="leader-name">{{name}}</div>
<div class="leader-status userStatus">
<span class="color-ball status-bg-{{status}}"></span>
<span class="status-text leader-status-text">{{ statusDisplay}}</span>
<span class="status-text leader-status-text">{{statusDisplay}}</span>
</div>
<a class="chat-now" href="{{chatNowLink}}">{{_ "Chat_Now"}}</a>
</div>
Expand Down

0 comments on commit 5082ce6

Please sign in to comment.