diff --git a/src/app_modules.js b/src/app_modules.js index 575442e..87223fd 100644 --- a/src/app_modules.js +++ b/src/app_modules.js @@ -988,7 +988,7 @@ function TS_IndexElement( } function BuildQR(mid) { - return toHtml(aztec(mid),[2,2]); + return toHtml(aztec(mid),[6,6]); } var PAGES = {};