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,7 +209,7 @@ export class StatsPanel
209 209
         title.style.fontWeight = 'bold';
210 210
         title.style.padding = '2px';
211 211
         title.innerHTML = '✨';
212
-        title.innerText += 'encantAR.js ' + AR.version;
212
+        title.innerText += 'encantar.js ' + AR.version;
213 213
 
214 214
         return title;
215 215
     }

Loading…
Cancel
Save