Skip to content

Commit

Permalink
Add title to invite button.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Aug 8, 2020
1 parent 1e1dd57 commit 563051a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Server/Pages/RemoteControl.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@
Block Remote Input <i class="fas fa-mouse"></i>
</button>

<button id="inviteButton" class="option-button">Invite Others <i class="fas fa-user-plus"></i></button>
<button id="inviteButton" class="option-button" title="Copy a link that lets another person view the remote screen.">
Invite Others <i class="fas fa-user-plus"></i>
</button>

<button id="audioButton" class="option-button" title="Windows only. Stream the remote audio to the browser.">
Audio <i class="fas fa-volume-up"></i>
Expand Down

0 comments on commit 563051a

Please sign in to comment.