We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fce71 commit f1eb77bCopy full SHA for f1eb77b
client/ui.ts
@@ -35,7 +35,7 @@ export class UI {
35
// Set up logo
36
this._logo.src = data.logo.path;
37
this._logo.addEventListener('error', () => {
38
- console.warn(`Logo image not found at ${data.logo.path}`);
+ console.log(`Logo image not found at ${data.logo.path}`);
39
});
40
41
// Check for active sessions
0 commit comments