Give the Jitsi widget an icon to help with discovery

We think users will be expecting to follow a series of icons into their conference, so we'll remind them here of what is going on with a giant icon.

This does not change depending on the call type because the jitsi widget doesn't understand the call type anyways - it's always a video conference.
This commit is contained in:
Travis Ralston
2020-09-29 11:01:26 -06:00
parent aa9b517664
commit a1e6b019d2
2 changed files with 22 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<div id="joinButtonContainer">
<div class="joinConferenceFloating">
<div class="joinConferencePrompt">
<!-- TODO: i18n -->
<span class="icon"><!-- managed by CSS --></span>
<h2>Jitsi Video Conference</h2>
<div id="widgetActionContainer">
<button type="button" id="joinButton">Join Conference</button>