fix favicon and page title

This commit is contained in:
Aoife
2021-05-06 23:33:54 +02:00
parent 5511705814
commit 415cd889af
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@
"name": "alapatch", "name": "alapatch",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"homepage": "alapatch/",
"dependencies": { "dependencies": {
"@craco/craco": "^6.1.1", "@craco/craco": "^6.1.1",
"@reduxjs/toolkit": "^1.5.1", "@reduxjs/toolkit": "^1.5.1",
+1 -1
View File
@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" font-size="90">🎹</text></svg> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 100"><text y=".9em" font-size="90">🎹</text></svg>

Before

Width:  |  Height:  |  Size: 109 B

After

Width:  |  Height:  |  Size: 110 B

+1 -1
View File
@@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <link rel="icon" href="%PUBLIC_URL%/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Alapatch - A microKORG patch editor" /> <meta name="description" content="Alapatch - A microKORG patch editor" />
<link rel="preconnect" href="https://fonts.gstatic.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" />