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!'); }