Skip to content

Commit

Permalink
Properly correct skin avatar links
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyisCreeps committed Feb 27, 2024
1 parent a7c3d22 commit f25d493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/staff.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="col-md-2 col-sm-4 col-6">
<div class="center">
<span class="contact-user-thumbnail">
<img class="contact-user-avatar" src="https://mc-heads.net/avatar/{{properties ../this this.username 'uuid'}}?overlay">
<img class="contact-user-avatar" src="https://mc-heads.net/avatar/{{properties ../this this.username 'uuid'}}">
</span>
<div class="contact-user-details">
<div class="contact-user-name position-developer">{{username}}</div>
Expand All @@ -54,7 +54,7 @@
<div class="col-md-2 col-sm-4 col-6">
<div class="center">
<span class="contact-user-thumbnail">
<img class="contact-user-avatar" src="https://mc-heads.net/avatar/{{properties ../this this.username 'uuid'}}?overlay">
<img class="contact-user-avatar" src="https://mc-heads.net/avatar/{{properties ../this this.username 'uuid'}}">
</span>
<div class="contact-user-details">
<div class="contact-user-name position-collaborator">{{username}}</div>
Expand All @@ -77,7 +77,7 @@
<div class="col-md-2 col-sm-4 col-6">
<div class="center">
<span class="contact-user-thumbnail">
<img class="contact-user-avatar" src="https://mc-heads.net/avatar/{{properties ../this this.username 'uuid'}}?overlay">
<img class="contact-user-avatar" src="https://mc-heads.net/avatar/{{properties ../this this.username 'uuid'}}">
</span>
<div class="contact-user-details">
<div class="contact-user-name position-retired">{{username}}</div>
Expand Down

0 comments on commit f25d493

Please sign in to comment.