embed fix

This commit is contained in:
MathMan05
2024-12-28 23:49:00 -06:00
parent 0acc280b30
commit 2c4851f423
2 changed files with 6 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ class Embed {
const authorline = document.createElement("div");
if (this.json.author.icon_url) {
const img = document.createElement("img");
img.classList.add("embedimg");
img.classList.add("authorEmbedImg");
img.src = this.json.author.icon_url;
authorline.append(img);
}