Skip to content

Commit ff4811e

Browse files
Merge pull request #13 from itk-dev/feature/favicon
SALG-1278: Icons and meta
2 parents ad420fe + 3c6f38b commit ff4811e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

public/favicon.ico

18.6 KB
Binary file not shown.

public/icon-196.png

10.1 KB
Loading

public/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta charset="utf-8" />
55
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<meta name="theme-color" content="#000000" />
7+
<meta name="theme-color" content="#27272A" />
88
<meta
99
name="description"
10-
content="Web site created using create-react-app"
10+
content="A cool app for something with podcasts and something with walks"
1111
/>
12-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
12+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/icon-196.png" />
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/
@@ -24,7 +24,7 @@
2424
work correctly both with client-side routing and a non-root public URL.
2525
Learn how to configure a non-root public URL by running `npm run build`.
2626
-->
27-
<title>React App</title>
27+
<title>Podwalk</title>
2828
</head>
2929
<body>
3030
<noscript>You need to enable JavaScript to run this app.</noscript>

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"short_name": "aapodwalk",
2+
"short_name": "Podwalk",
33
"name": "A cool app for something with podcasts and something with walks",
44
"icons": [
55
{
@@ -10,6 +10,6 @@
1010
],
1111
"start_url": ".",
1212
"display": "standalone",
13-
"theme_color": "#000000",
13+
"theme_color": "#27272A",
1414
"background_color": "#ffffff"
1515
}

0 commit comments

Comments
 (0)