fix: avatar_url -> avatar: adrien me tue pas stp
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user