1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 13:04:19 +00:00

🔧 Update base template

This commit is contained in:
Stefano Pigozzi 2021-04-27 15:27:17 +02:00
parent eae6e3eb17
commit 2f45fe382b
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01
2 changed files with 7 additions and 7 deletions

View file

@ -4,9 +4,9 @@
<meta charset="utf-8"/> <meta charset="utf-8"/>
<link href="%PUBLIC_URL%/favicon.ico" rel="icon"/> <link href="%PUBLIC_URL%/favicon.ico" rel="icon"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/> <meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="#000000" name="theme-color"/> <meta content="#34607A" name="theme-color"/>
<meta <meta
content="Web site created using create-react-app" content="Tweet analyzer frontend"
name="description" name="description"
/> />
<link href="%PUBLIC_URL%/logo192.png" rel="apple-touch-icon"/> <link href="%PUBLIC_URL%/logo192.png" rel="apple-touch-icon"/>
@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL. 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`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>React App</title> <title>N.E.S.T.</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

View file

@ -1,6 +1,6 @@
{ {
"short_name": "React App", "short_name": "NEST",
"name": "Create React App Sample", "name": "N.E.S.T.",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",
@ -20,6 +20,6 @@
], ],
"start_url": ".", "start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#34607A",
"background_color": "#ffffff" "background_color": "#3B7097"
} }