Browse Source

Small change

customisations
alemart 1 year ago
parent
commit
b9b4ee7ba2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/core/stats-panel.ts

+ 1
- 1
src/core/stats-panel.ts View File

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

Loading…
Cancel
Save