We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e19d5 commit 97d8988Copy full SHA for 97d8988
src/App.js
@@ -43,6 +43,7 @@ const TextCanvas = () => {
43
}
44
45
useEffect(() => {
46
+ document.title = 'Textify - Text Canvas';
47
const savedCanvas = localStorage.getItem('canvasItems');
48
if (savedCanvas) {
49
setTextItems(JSON.parse(savedCanvas));
0 commit comments