webp lol
This commit is contained in:
@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user