[web][cast] Remove help qrcode

This commit is contained in:
Neeraj Gupta 2024-04-25 15:00:25 +05:30
parent 3f62357016
commit a243db032c
2 changed files with 0 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 B

View file

@ -243,21 +243,6 @@ export default function PairingMode() {
</a>{" "}
for help
</p>
<div
style={{
position: "fixed",
bottom: "20px",
right: "20px",
backgroundColor: "white",
display: "flex",
justifyContent: "center",
alignItems: "center",
padding: "10px",
borderRadius: "10px",
}}
>
<img src="/images/help-qrcode.webp" />
</div>
</div>
</div>
</>