Skip to content

Commit

Permalink
Add second list item
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Sep 13, 2024
1 parent 47a5c16 commit 517af32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export function Menu(props: Props) {
<ul>
<li>
<button onClick={() => props.onNewGame("grenadeIsland")}>Open Debug Island</button>
</li>
<li>
<button onClick={() => props.onNewGame("borealisTribute")}>Open Borealis Tribute Rock</button>
</li>
</ul>
Expand Down

0 comments on commit 517af32

Please sign in to comment.