Change qr code to qr.bpwstr

This commit is contained in:
Thor77 2022-07-01 21:32:51 +02:00
parent 0f579471d1
commit 3dcfc3899e
1 changed files with 2 additions and 2 deletions

View File

@ -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>