mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-07-15 02:18:46 +00:00
Explictly mention FCast sender app required for QR code scan
This commit is contained in:
parent
83259f841d
commit
bc06aadf9b
2 changed files with 7 additions and 1 deletions
|
@ -42,7 +42,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="automatic-discovery" class="non-selectable">Automatic discovery is available via mDNS</div>
|
<div id="automatic-discovery" class="non-selectable">Automatic discovery is available via mDNS</div>
|
||||||
<canvas id="qr-code"></canvas>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -36,6 +36,11 @@
|
||||||
font-family: InterBold;
|
font-family: InterBold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app-download {
|
||||||
|
font-weight: bold;
|
||||||
|
font-family: InterBold;
|
||||||
|
}
|
||||||
|
|
||||||
#window-can-be-closed {
|
#window-can-be-closed {
|
||||||
font-family: InterRegular;
|
font-family: InterRegular;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue