diff --git a/package.json b/package.json index c48fd96..3df9c74 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "devDependencies": { "react-scripts": "1.0.0" }, - "name": "ljg0t8", - "description": null, + "name": "a-maze-r", + "description": "The A-Maze-Ing Generator!", "version": "0.0.0", "scripts": { "start": "react-scripts start", diff --git a/src/App.js b/src/App.js index c7b5cf3..ad98c54 100644 --- a/src/App.js +++ b/src/App.js @@ -6,7 +6,7 @@ export default function App() { const [maze, setMaze] = useState({}); let title; if (!!maze.grid) { - title =