Skip to content

Commit

Permalink
fixed centering
Browse files Browse the repository at this point in the history
  • Loading branch information
jzakotnik committed Aug 5, 2021
1 parent 494946c commit d4d8756
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nextjs/mwe/pages/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ export default function Admin(props) {
{readerLink}
</a>
<br></br>
<QRCode value={readerLink} />
<center>
<QRCode value={readerLink} />
</center>
</Typography>
</FormGroup>
);
Expand Down

0 comments on commit d4d8756

Please sign in to comment.