change logo and add splash screen

This commit is contained in:
Vladimir Mandic
2023-07-19 14:07:54 -04:00
parent 19d176ea3d
commit 2b0def1192
23 changed files with 46 additions and 72 deletions
+2 -3
View File
@@ -84,9 +84,8 @@ async function setHints() {
}
}
const t1 = performance.now();
console.log('setHints', {
type: locale.type, elements: elements.length, localized, hints, data: locale.data.length, time: t1 - t0,
});
console.log('setHints', { type: locale.type, elements: elements.length, localized, hints, data: locale.data.length, time: t1 - t0 });
removeSplash();
// validateHints(elements, locale.data)
}