1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Explictly mention FCast sender app required for QR code scan

This commit is contained in:
Michael Hollister 2025-01-14 19:32:56 -06:00
parent 83259f841d
commit bc06aadf9b
2 changed files with 7 additions and 1 deletions

View file

@ -42,7 +42,8 @@
</div>
<div id="automatic-discovery" class="non-selectable">Automatic discovery is available via mDNS</div>
<canvas id="qr-code"></canvas>
<div id="scan-to-connect" class="non-selectable">Scan to connect</div>
<div id="scan-to-connect" class="non-selectable">Scan with a FCast sender app.</div>
<div id="app-download" class="non-selectable app-download">Need a sender app?<br>Download Grayjay at <u class="app-download">https://grayjay.app</u></div>
</div>
</div>

View file

@ -36,6 +36,11 @@
font-family: InterBold;
}
.app-download {
font-weight: bold;
font-family: InterBold;
}
#window-can-be-closed {
font-family: InterRegular;
font-size: 24px;