fix favicon and title

This commit is contained in:
Aoife
2021-05-01 09:22:15 +02:00
parent 6c3a5d5634
commit 5511705814
5 changed files with 17 additions and 9 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" font-size="90">🎹</text></svg>

After

Width:  |  Height:  |  Size: 109 B

+1 -1
View File
@@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React Redux App</title>
<title>Alapatch</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
+5 -6
View File
@@ -1,14 +1,13 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Alapatch",
"name": "Alapatch - A microKORG Patch Editor",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
"src": "favicon.svg",
"sizes": "any"
}
],
"start_url": ".",
"start_url": "/alapatch",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"