This commit is contained in:
Maciej Caderek
2022-04-13 02:34:35 +02:00
parent 5d59275f48
commit 5e5d16db6c

View File

@@ -33,6 +33,7 @@ const About: Component = () => {
<a href="https://github.com/sharechess/sharechess">GitHub page</a>
.
</p>
<Show when={!state.mobile}>
<hr />
<h2>Keyboard Shortcuts</h2>
<div className="about__shortcuts">
@@ -80,6 +81,7 @@ const About: Component = () => {
</li>
</ul>
</div>
</Show>
</div>
</div>
</div>