mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Render QR code with SVG, not canvas
This commit is contained in:
@@ -10,8 +10,7 @@ const story = storiesOf('Components/QrCode', module);
|
||||
|
||||
story.add('Default', () => (
|
||||
<QrCode
|
||||
aria-label="Scan this little code!"
|
||||
alt="Scan this little code!"
|
||||
data="sgnl://linkdevice?uuid=gCkj0T2xiSUaPRhMYiF24w&pub_key=7RshtQrb3UTMowITe79uW9dgw_CLTGWenj0OT80i0HpH"
|
||||
size={256}
|
||||
/>
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user