diff --git a/public/assets/my.js b/public/assets/my.js
index 339b211..ff8e273 100644
--- a/public/assets/my.js
+++ b/public/assets/my.js
@@ -1214,7 +1214,7 @@
+ '
' + (bonus > 0 ? '+' + bonus.toLocaleString() + ' bonus credits' : ' ') + '
'
+ '' + (p.costWei ? IAP.fmtPol(p.costWei) + ' POL right now' : 'paused') + '
'
+ '';
+ + (p.costWei ? '' : ' disabled') + '>Buy $' + Math.round(p.priceCents / 100) + '';
wrap.appendChild(div);
}
wrap.querySelectorAll('button[data-id]').forEach(b => b.addEventListener('click', async () => {
diff --git a/public/my.html b/public/my.html
index 1b1c705..1a58743 100644
--- a/public/my.html
+++ b/public/my.html
@@ -696,7 +696,7 @@
-
+