Skip to content

Commit

Permalink
fix nav to mode select
Browse files Browse the repository at this point in the history
  • Loading branch information
That-Git committed Jun 1, 2024
1 parent 601aed7 commit 2e230a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Daedalus/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2><u>Level Select</u></h2>
<li><a href=5>5<sup>2</sup> Square</a></li>
<li><a href=10>10<sup>2</sup> Square</a></li>
<li><a href=15>15<sup>2</sup> Square</a></li>
<li><a href=.>Mode Select</a></li>
<li><a href=..>Mode Select</a></li>
<li><a href=/>Our Other Projects</a></li>
</ul>
<section>
Expand Down
2 changes: 1 addition & 1 deletion spin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2><u>Level Select</u></h2>
<p>6<sup>2</sup> Squares</p>
<li><a href=left>spin left</a></li>
<li><a href=right>spin right</a></li>
<li><a href=.>mode select</a></li>
<li><a href=..>mode select</a></li>
<li><a href=/>Our Other Projects</a></li>
</ul>
<section>
Expand Down
2 changes: 1 addition & 1 deletion vanilla/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2><u>Level Select</u></h2>
<li><a href=20>20<sup>2</sup> Square</a></li>
<li><a href=50>50<sup>2</sup> Square</a></li>
<li><a href=100>100<sup>2</sup> Square</a></li>
<li><a href=.>Mode Select</a></li>
<li><a href=..>Mode Select</a></li>
<li><a href=/>Our Other Projects</a></li>
</ul>
<section>
Expand Down

0 comments on commit 2e230a5

Please sign in to comment.