mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-05-13 10:10:56 +02:00
Add Turris logo to enhanced QR code display
This commit is contained in:
parent
5d0276a80f
commit
a174d6a612
@ -75,6 +75,12 @@ function QRCodeModal({ shown, setShown, SSID, password }) {
|
|||||||
level="M"
|
level="M"
|
||||||
size={350}
|
size={350}
|
||||||
marginSize={0}
|
marginSize={0}
|
||||||
|
imageSettings={{
|
||||||
|
src: "/reforis/static/reforis/imgs/turris.svg",
|
||||||
|
height: 40,
|
||||||
|
width: 40,
|
||||||
|
excavate: true,
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</ModalBody>
|
</ModalBody>
|
||||||
<ModalFooter>
|
<ModalFooter>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user