Actually use QrCodeIcon
Some checks are pending
Release / Build Equicord (push) Waiting to run
Sync to Codeberg / Sync Codeberg and Github (push) Waiting to run
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-01-29 16:44:56 -05:00
parent 50f9c60d55
commit 861ec13ef4

View file

@ -26,7 +26,7 @@ import jsQR, { QRCode } from "jsqr";
import { MutableRefObject, ReactElement } from "react"; import { MutableRefObject, ReactElement } from "react";
import { images } from "../../images"; import { images } from "../../images";
import { cl, Spinner, SpinnerTypes } from ".."; import { cl, QrCodeIcon, Spinner, SpinnerTypes } from "..";
import openVerifyModal from "./VerifyModal"; import openVerifyModal from "./VerifyModal";
enum LoginStateType { enum LoginStateType {
@ -480,6 +480,8 @@ function QrModal(props: ModalProps) {
<Text color="text-muted" variant="heading-sm/medium"> <Text color="text-muted" variant="heading-sm/medium">
Or paste an image from your clipboard! Or paste an image from your clipboard!
</Text> </Text>
<br />
<QrCodeIcon />
</> </>
)} )}
</div> </div>