Refactor Lucide icon rendering by replacing nodes with root across components and fix unintended character encoding issues in placeholders and text.
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ function showLoginPage() {
|
||||
</div>
|
||||
</div>`;
|
||||
|
||||
if (window.lucide) lucide.createIcons({ nodes: [root] });
|
||||
if (window.lucide) lucide.createIcons({ root: root });
|
||||
|
||||
root.querySelector('#login-form').addEventListener('submit', async e => {
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user