Skip to content

Commit 447ac6a

Browse files
committed
second final
1 parent e380ad8 commit 447ac6a

File tree

3 files changed

+37
-62
lines changed

3 files changed

+37
-62
lines changed

package-lock.json

+18-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"react-router-dom": "^5.2.0",
2121
"react-scripts": "4.0.3",
2222
"react-video-recorder": "^3.17.2",
23+
"styled-components": "^4.4.1",
2324
"web-vitals": "^1.1.1"
2425
},
2526
"scripts": {

public/index.html

+18-17
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<meta name="theme-color" content="#000000" />
8-
<meta
9-
name="description"
10-
content="Web site created using create-react-app"
11-
/>
12-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
13-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
14-
<title>CodEd</title>
15-
</head>
16-
<body>
17-
<noscript>You need to enable JavaScript to run this app.</noscript>
18-
<div id="root"></div>
19-
</body>
3+
<head>
4+
<meta charset="utf-8" />
5+
<link rel="icon" href="%PUBLIC_URL%/assets/main-logo.svg" />
6+
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<meta name="theme-color" content="#000000" />
9+
<meta
10+
name="description"
11+
content="Web site created using create-react-app"
12+
/>
13+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
14+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
15+
<title>CodEd</title>
16+
</head>
17+
<body>
18+
<noscript>You need to enable JavaScript to run this app.</noscript>
19+
<div id="root"></div>
20+
</body>
2021
</html>

0 commit comments

Comments
 (0)