This commit is contained in:
Flummi
2022-01-05 20:21:50 +01:00
parent d558977176
commit 90a86133db
12 changed files with 63 additions and 44 deletions

View File

@ -217,7 +217,7 @@ const flash = ({ type, msg }) => {
a.setAttribute('flow', 'down');
const img = document.createElement('img');
img.src = `/t/${f.avatar}.png`;
img.src = `/t/${f.avatar}.webp`;
img.style.height = "32px";
img.style.width = "32px";