Skip to content

Commit 93e19d5

Browse files
Refactor meta tags and manifest.json for Textify app
1 parent 3cd3ae0 commit 93e19d5

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

public/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
<meta name="theme-color" content="#000000" />
88
<meta
99
name="description"
10-
content="Web site created using create-react-app"
10+
content="A user-friendly text canvas app for creating, editing, and sharing personalized text graphics."
1111
/>
1212
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1313
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
14-
<title>React App</title>
14+
<title>Textify</title>
1515
</head>
1616
<body>
17-
<noscript>You need to enable JavaScript to run this app.</noscript>
1817
<div id="root"></div>
1918
</body>
2019
</html>

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"short_name": "Textify",
3-
"name": "Create React App Sample",
3+
"name": "A user-friendly text canvas app for creating, editing, and sharing personalized text graphics.",
44
"icons": [
55
{
66
"src": "favicon.ico",

src/App.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import Draggable from 'react-draggable';
33
import html2canvas from 'html2canvas';
44
import './App.css';
55
import 'bootstrap/dist/css/bootstrap.min.css';
6-
// import 'react-select/dist/react-select.css';
76
import { Bold, Italic, Underline, Plus, Trash2, AArrowUp, AArrowDown, Eye, EyeOff, ChevronUp, ChevronDown, ChevronRight, ChevronLeft, Undo, Redo } from 'lucide-react';
87
import Select from 'react-select';
98

0 commit comments

Comments
 (0)