Skip to content

Commit e5bec50

Browse files
authored
Change logo (#29)
1 parent 391e443 commit e5bec50

File tree

5 files changed

+40
-2
lines changed

5 files changed

+40
-2
lines changed

frontend/public/favicon.ico

-3.78 KB
Binary file not shown.

frontend/public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
5+
<link rel="icon" href="%PUBLIC_URL%/logo.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<meta
99
name="description"
1010
content="Web site created using create-react-app"
1111
/>
12-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
12+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.svg" />
1313
<!--
1414
manifest.json provides metadata used when your web app is installed on a
1515
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/

frontend/public/logo.svg

+38
Loading

frontend/public/logo192.png

-5.22 KB
Binary file not shown.

frontend/public/logo512.png

-9.44 KB
Binary file not shown.

0 commit comments

Comments
 (0)