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>)}
|
||||
<Col>
|
||||
<QRCodeSVG
|
||||
className='shadow'
|
||||
value={'https://turnie.re/t/' + props.tournament.id}
|
||||
className='shadow mx-auto'
|
||||
value='https://qr.bpwstr.de/2'
|
||||
size="300"
|
||||
/>
|
||||
</Col>
|
||||
|
|
|
|||
Loading…
Reference in New Issue