Skip to content

Commit

Permalink
Update contributor to stop lazy loading first tile (#3500)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb authored Aug 30, 2023
1 parent 5f37b51 commit 19bd2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/base/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ <h1 class="title title-lg">
{{ self.join_the_team_text() }}
</text>
</svg>
<img src="/static/images/avatars/12.jpg" alt="" height="100" width="100" loading="lazy">
<img src="/static/images/avatars/12.jpg" alt="" height="100" width="100">
</a>
</li>
{% for id, contributor in config.contributors.items() %}
Expand Down

0 comments on commit 19bd2f5

Please sign in to comment.