fix: avatar_url -> avatar: adrien me tue pas stp

This commit is contained in:
2024-04-07 11:11:11 +02:00
parent d70b882930
commit 981b66f221
3 changed files with 7 additions and 7 deletions

View File

@ -123,8 +123,8 @@ export default class extends AbstractView {
return `
<div class='mb-3' id='profileInfo'>
<h1>${this.username}</h1>
<a href=${this.profile.avatar_url} target='_blank'>
<img class='img-thumbnail' src=${this.profile.avatar_url} style='width:auto; max-height:20vh; min-height:10vh'>
<a href=${this.profile.avatar} target='_blank'>
<img class='img-thumbnail' src=${this.profile.avatar} style='width:auto; max-height:20vh; min-height:10vh'>
</a>
</div>
<div>