From 66f1de460ad46034ff3fcd749959b8d4ebc9a01d Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sat, 14 Dec 2024 13:31:51 +0100 Subject: [PATCH] Enable choosing the generation algorithm. --- public/manifest.json | 4 ++-- src/InputForm.tsx | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) 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} />
+ +