From 2f537a08f304ec4d20e98478f377b10c87eb0f3f Mon Sep 17 00:00:00 2001 From: He4eT Date: Tue, 2 Mar 2021 20:40:18 +0500 Subject: [PATCH] Add links to 404 and Error pages --- src/components/Player/Status.jsx | 7 +++++++ src/index.js | 11 ++++++++++- src/views/HomeView.jsx | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/components/Player/Status.jsx b/src/components/Player/Status.jsx index ca864c2..27efaa6 100644 --- a/src/components/Player/Status.jsx +++ b/src/components/Player/Status.jsx @@ -10,6 +10,13 @@ const fail = details => (

Error

{details.map(x => (

{x}

))}
+ + Home + + | + + Report bug + ) diff --git a/src/index.js b/src/index.js index 84ab0b7..8105a43 100644 --- a/src/index.js +++ b/src/index.js @@ -42,7 +42,16 @@ function App () { top100 - 404 +
+

404

+ + Home + + | + + Report bug + +
diff --git a/src/views/HomeView.jsx b/src/views/HomeView.jsx index ac543de..36931ea 100644 --- a/src/views/HomeView.jsx +++ b/src/views/HomeView.jsx @@ -55,7 +55,7 @@ export default function ({ themeEngine }) {
- Double-click on the input field during the game + Double-click the input field during the game to enter full-screen mode.