Change qr code to qr.bpwstr
This commit is contained in:
parent
0f579471d1
commit
3dcfc3899e
|
|
@ -24,8 +24,8 @@ function FullscreenPage(props) {
|
||||||
{props.groups.map(group => <Col className='mb-2'><Group group={group} key={group.id}/></Col>)}
|
{props.groups.map(group => <Col className='mb-2'><Group group={group} key={group.id}/></Col>)}
|
||||||
<Col>
|
<Col>
|
||||||
<QRCodeSVG
|
<QRCodeSVG
|
||||||
className='shadow'
|
className='shadow mx-auto'
|
||||||
value={'https://turnie.re/t/' + props.tournament.id}
|
value='https://qr.bpwstr.de/2'
|
||||||
size="300"
|
size="300"
|
||||||
/>
|
/>
|
||||||
</Col>
|
</Col>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue