From 5e5d16db6c3b1c2199652019944d5384fb62fc23 Mon Sep 17 00:00:00 2001
From: Maciej Caderek
Date: Wed, 13 Apr 2022 02:34:35 +0200
Subject: [PATCH] WIP
---
src/ui/components/About.tsx | 96 +++++++++++++++++++------------------
1 file changed, 49 insertions(+), 47 deletions(-)
diff --git a/src/ui/components/About.tsx b/src/ui/components/About.tsx
index eeb12d3..2319a7c 100644
--- a/src/ui/components/About.tsx
+++ b/src/ui/components/About.tsx
@@ -33,53 +33,55 @@ const About: Component = () => {
GitHub page
.
-
- Keyboard Shortcuts
-
-
- -
- → Next move
-
- -
- ← Previous move
-
- -
- ↑ Start position
-
- -
- ↓ Final position
-
- -
- f Flip the board
-
- -
- Space Play / Pause
-
- -
- Enter Analyze on Lichess
-
-
-
- -
- l Load from clipboard
-
- -
- a Toggle anonymous
-
- -
- b Toggle border
-
- -
- i Toggle extra info
-
- -
- h Toggle header (title screen)
-
- -
- s Toggle shadows
-
-
-
+
+
+ Keyboard Shortcuts
+
+
+ -
+ → Next move
+
+ -
+ ← Previous move
+
+ -
+ ↑ Start position
+
+ -
+ ↓ Final position
+
+ -
+ f Flip the board
+
+ -
+ Space Play / Pause
+
+ -
+ Enter Analyze on Lichess
+
+
+
+ -
+ l Load from clipboard
+
+ -
+ a Toggle anonymous
+
+ -
+ b Toggle border
+
+ -
+ i Toggle extra info
+
+ -
+ h Toggle header (title screen)
+
+ -
+ s Toggle shadows
+
+
+
+