fix(club): use real scannable QR code instead of pseudo-random grid

This commit is contained in:
Deploy
2026-08-26 22:55:53 +02:00
parent 06ac1918b2
commit 74c6a69d14
2 changed files with 37 additions and 55 deletions

View File

@@ -10,6 +10,7 @@
},
"dependencies": {
"next": "16.3.1",
"qrcode": "^1.5.4",
"react": "19.2.8",
"react-dom": "19.2.8",
"sharp": "^0.35.3"
@@ -17,6 +18,7 @@
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/qrcode": "^1.5.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",