diff --git a/public/manifest.json b/public/manifest.json index be607e4..13c327a 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "A-Maze-R!", + "name": "The A-Maze-ing Maze Generator - A-Maze-R!", "icons": [ { "src": "favicon.ico", diff --git a/src/InputForm.tsx b/src/InputForm.tsx index d6ad12a..fb43cd8 100644 --- a/src/InputForm.tsx +++ b/src/InputForm.tsx @@ -85,6 +85,11 @@ export default function InputForm({state, dispatch}) { disabled={state.loading} onChange={setId} />
+ +