Skip to content

Commit

Permalink
Fix some incorrect titles (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
kflorence authored Dec 31, 2024
1 parent 67aa5e0 commit 1ec289b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ <h4>Interaction</h4>
more about it.
</p>
<details>
<summary><span class="fill material-symbols-outlined" title="Immutable">link</span> - Connections</summary>
<summary><span class="fill material-symbols-outlined" title="Connections">link</span> - Connections</summary>
<p>
A connection is formed when a beam emitted from one terminus enters an available opening in another terminus
of the same color.
</p>
</details>
<details>
<summary><span class="fill material-symbols-outlined" title="Locked">stacks</span> - Moves</summary>
<summary><span class="fill material-symbols-outlined" title="Moves">stacks</span> - Moves</summary>
<p>
A move is stored any time the user makes a decision, generally in relation to taking an action. Note that
some actions may result in multiple moves. For example, if an action causes a beam to enter a portal with
Expand Down

0 comments on commit 1ec289b

Please sign in to comment.