소스 검색

Remove icon

customisations
alemart 11 달 전
부모
커밋
fcd16ba352
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      src/ui/stats-panel.ts

+ 1
- 2
src/ui/stats-panel.ts 파일 보기

@@ -208,8 +208,7 @@ export class StatsPanel
208 208
         title.style.fontSize = '14px';
209 209
         title.style.fontWeight = 'bold';
210 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 213
         return title;
215 214
     }

Loading…
취소
저장