Skip to content

Commit 42b959e

Browse files
Fixed image filename issue
Some images ended with MoTM instead of MotM, I changed the filenames here so the images display properly on the website.
1 parent 2dc7d20 commit 42b959e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ <h1>Rhys MacMillan</h1>
298298
</li> <!-- /slide -->
299299

300300
<li>
301-
<img src="images/motm/LoganB_MotM.jpg"></img>
301+
<img src="images/motm/LoganB_MoTM.jpg"></img>
302302
<div class="member">
303303
<h3>January 2023</h3>
304304
<h1>Logan Blume</h1>
@@ -307,7 +307,7 @@ <h1>Logan Blume</h1>
307307
</li> <!-- /slide -->
308308

309309
<li>
310-
<img src="images/motm/CaseB_MotM.jpg"></img>
310+
<img src="images/motm/CaseB_MoTM.jpg"></img>
311311
<div class="member">
312312
<h3>November 2022</h3>
313313
<h1>Case Biros</h1>

0 commit comments

Comments
 (0)