From 73bec336e3f73c451d1f96419f50165cdff6064f Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Mon, 2 Dec 2024 06:05:38 -0500 Subject: [PATCH] update --- app.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index d930c52..0507110 100644 --- a/app.js +++ b/app.js @@ -412,6 +412,9 @@ function addConnection(topicHex) {
+ + ${topicId} + ${topicId}
@@ -1093,7 +1096,7 @@ function showWelcomePage() { } if (connectionTitle) { - connectionTitle.textContent = '󠀠'; + connectionTitle.textContent = ''; } else { console.warn('[WARN] Connection title element not found!'); }