feat(assets/reserve.js): Remplace favicon.png par favicon.webp pour améliorer la performance.

This commit is contained in:
Serreau Jovann
2026-01-22 22:58:22 +01:00
parent c6003897b7
commit bcaf67126f
2 changed files with 1 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ const initLoader = () => {
loaderEl.innerHTML = `
<div class="relative flex items-center justify-center">
<div class="absolute w-24 h-24 border-4 border-blue-600 border-t-transparent rounded-full animate-spin"></div>
<img src="/provider/images/favicon.png" class="w-12 h-12 relative z-10 animate-pulse" alt="Logo">
<img src="/provider/images/favicon.webp" class="w-12 h-12 relative z-10 animate-pulse" alt="Logo">
</div>
`;
document.body.appendChild(loaderEl);

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB