From 483696d0eb2b9351c2926c111b242480477aa0a6 Mon Sep 17 00:00:00 2001 From: brausjonas Date: Sat, 8 Jul 2023 00:17:11 +0200 Subject: [PATCH] Update App.js --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index 696ec27..e87b3de 100644 --- a/src/App.js +++ b/src/App.js @@ -20,6 +20,7 @@ export default function App() { useEffect(() => { fileInput = document.getElementById("fileInput") + document.title = "ReDraw" }, []) function onCreateCanvas(inputWidth, inputHeight) {