diff --git a/index.html b/index.html index 8327418..f8e96c8 100644 --- a/index.html +++ b/index.html @@ -281,7 +281,7 @@ footer a{color:var(--accent);text-decoration:none} -
✓ Server added. Pay the invoice to complete.
+
Minimum amount
@@ -452,6 +452,7 @@ async function checkServer(url, chain) { } } catch (err) { flag.textContent = '✗ error'; + console.error('Fetch error:', err); flag.className = 'flag-err'; } }