small stuff

This commit is contained in:
Your Name
2025-10-01 10:18:10 -04:00
parent 521693cfa1
commit a79277f3ed
5 changed files with 24 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
* Two-file architecture:
* 1. Load nostr.bundle.js (official nostr-tools bundle)
* 2. Load nostr-lite.js (this file - NOSTR_LOGIN_LITE library with CSS-only themes)
* Generated on: 2025-09-24T14:50:11.123Z
* Generated on: 2025-10-01T14:18:10.269Z
*/
// Verify dependencies are loaded
@@ -436,7 +436,7 @@ class Modal {
modalContent.appendChild(modalHeader);
// Add version element in bottom-right corner aligned with modal body
const versionElement = document.createElement('div');
versionElement.textContent = 'v0.1.6';
versionElement.textContent = 'v0.1.7';
versionElement.style.cssText = `
position: absolute;
bottom: 8px;