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