Skip to content

Commit 6294d71

Browse files
committed
Small fix
1 parent f7fe836 commit 6294d71

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pages/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ <h3>{{ safeish name }}</h3>
223223
const avatar = document.createElement("img");
224224
avatar.classList.add("avatar");
225225
avatar.src = member.avatar_url + "?size=16";
226+
avatar.width = 16;
227+
avatar.height = 16;
226228
avatar.setAttribute("data-status", member.status);
227229
user.appendChild(avatar);
228230

0 commit comments

Comments
 (0)