Skip to content

Commit

Permalink
Update stats.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierLora authored Apr 1, 2024
1 parent aa14fd0 commit d3bfbe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stats/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const teamsMachine = (obj) => {
<div class="hero-content text-neutral-content">
<div class="avatar p-1">
<div class="w-16 rounded">
<img src="${teamImg}" />
<img src="${teamImg}" loading="lazy" />
</div>
</div>
</div>
Expand Down Expand Up @@ -285,7 +285,7 @@ const generateTeamPlayers = (players) => {
const makePlayer = `
<div class="avatar border-[#212124]">
<div class="w-12">
<img src="${obj.players.headshot.href}" />
<img src="${obj.players.headshot.href}" loading="lazy" />
</div>
</div>
`;
Expand Down

0 comments on commit d3bfbe3

Please sign in to comment.