Skip to content

Commit b48dac2

Browse files
committed
fix: Use correct GitHub avatars URL for team photos
1 parent a3850d0 commit b48dac2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,19 +269,19 @@ <h2>🦴 The Tribe</h2>
269269

270270
<div class="team-grid">
271271
<div class="team-card">
272-
<img class="team-avatar-img" src="https://github.com/marshalldavidson61.png" alt="marshalldavidson61">
272+
<img class="team-avatar-img" src="https://avatars.githubusercontent.com/marshalldavidson61" alt="marshalldavidson61">
273273
<h4>marshalldavidson61</h4>
274274
<p>Founder</p>
275275
<a href="https://github.com/marshalldavidson61" target="_blank">GitHub →</a>
276276
</div>
277277
<div class="team-card">
278-
<img class="team-avatar-img" src="https://github.com/sleepthegod.png" alt="sleepthegod">
278+
<img class="team-avatar-img" src="https://avatars.githubusercontent.com/sleepthegod" alt="sleepthegod">
279279
<h4>sleepthegod</h4>
280280
<p>Core Contributor</p>
281281
<a href="https://github.com/sleepthegod" target="_blank">GitHub →</a>
282282
</div>
283283
<div class="team-card">
284-
<img class="team-avatar-img" src="https://github.com/bad-antics.png" alt="bad-antics">
284+
<img class="team-avatar-img" src="https://avatars.githubusercontent.com/bad-antics" alt="bad-antics">
285285
<h4>bad-antics</h4>
286286
<p>Core Contributor</p>
287287
<a href="https://github.com/bad-antics" target="_blank">GitHub →</a>

0 commit comments

Comments
 (0)