fix: stu test fixes

- QR code url was hardcoded
- fix language in add menus
- changed release symbol
- changed order of release and reload
This commit is contained in:
cv
2021-10-25 22:19:02 +02:00
parent 23ef4ce155
commit 5a87668fac
7 changed files with 12 additions and 12 deletions
@@ -87,7 +87,7 @@ export default function Pip(props) {
<div className={style.qr}>
{general.url != null && general.url !== '' && (
<QRCode
value='www.carlosvalente.com'
value={general.url}
size={window.innerWidth / 12}
level='L'
/>