Browse Source

Remove icon

customisations
alemart 11 months ago
parent
commit
fcd16ba352
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      src/ui/stats-panel.ts

+ 1
- 2
src/ui/stats-panel.ts View File

208
         title.style.fontSize = '14px';
208
         title.style.fontSize = '14px';
209
         title.style.fontWeight = 'bold';
209
         title.style.fontWeight = 'bold';
210
         title.style.padding = '2px';
210
         title.style.padding = '2px';
211
-        title.innerHTML = '✨';
212
-        title.innerText += 'encantar.js ' + AR.version;
211
+        title.innerText = 'encantar.js ' + AR.version;
213
 
212
 
214
         return title;
213
         return title;
215
     }
214
     }

Loading…
Cancel
Save