mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05:00
Actually use QrCodeIcon
This commit is contained in:
parent
50f9c60d55
commit
861ec13ef4
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,7 @@ import jsQR, { QRCode } from "jsqr";
|
|||
import { MutableRefObject, ReactElement } from "react";
|
||||
|
||||
import { images } from "../../images";
|
||||
import { cl, Spinner, SpinnerTypes } from "..";
|
||||
import { cl, QrCodeIcon, Spinner, SpinnerTypes } from "..";
|
||||
import openVerifyModal from "./VerifyModal";
|
||||
|
||||
enum LoginStateType {
|
||||
|
@ -480,6 +480,8 @@ function QrModal(props: ModalProps) {
|
|||
<Text color="text-muted" variant="heading-sm/medium">
|
||||
Or paste an image from your clipboard!
|
||||
</Text>
|
||||
<br />
|
||||
<QrCodeIcon />
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue