Skip to content

Commit

Permalink
Fix typo (#19)
Browse files Browse the repository at this point in the history
* Fix typo
  • Loading branch information
acodcha committed Dec 22, 2023
1 parent 902f172 commit b8c6630
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scenario/cooperative_defense/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>Cooperative Defense</h2>
</li>
</ul>

<button onclick="window.location.href='../../#scenario';">
<button onclick="window.location.href='../../#scenarios';">
◀ Main Page
</button>
</main>
Expand Down
2 changes: 1 addition & 1 deletion scenario/terran_obstacle_course/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>Terran Obstacle Course</h2>
</li>
</ul>

<button onclick="window.location.href='../../#scenario';">
<button onclick="window.location.href='../../#scenarios';">
◀ Main Page
</button>
</main>
Expand Down
2 changes: 1 addition & 1 deletion scenario/zerg_obstacle_course/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>Zerg Obstacle Course</h2>
</li>
</ul>

<button onclick="window.location.href='../../#scenario';">
<button onclick="window.location.href='../../#scenarios';">
◀ Main Page
</button>
</main>
Expand Down

0 comments on commit b8c6630

Please sign in to comment.