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.