* [#119] removed website description and updated page name * fixup! [#119] removed website description and updated page name --------- Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Twake Calendar Frontend
|
# Twake Calendar Frontend
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Goals
|
## Goals
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
+2
-6
@@ -5,11 +5,7 @@
|
|||||||
<link rel="icon" href="<%= assetPrefix %>/favicon.ico" />
|
<link rel="icon" href="<%= assetPrefix %>/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
<meta
|
<link rel="apple-touch-icon" href="<%= assetPrefix %>/calendar.svg" />
|
||||||
name="description"
|
|
||||||
content="Web site created using create-react-app"
|
|
||||||
/>
|
|
||||||
<link rel="apple-touch-icon" href="<%= assetPrefix %>/logo192.png" />
|
|
||||||
<!--
|
<!--
|
||||||
manifest.json provides metadata used when your web app is installed on a
|
manifest.json provides metadata used when your web app is installed on a
|
||||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||||
@@ -30,7 +26,7 @@
|
|||||||
href="https://fonts.googleapis.com/css2?family=Cal+Sans&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Cal+Sans&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
<title>React App</title>
|
<title>Twake Calendar</title>
|
||||||
<script src="<%= assetPrefix %>/.env.js"></script>
|
<script src="<%= assetPrefix %>/.env.js"></script>
|
||||||
<script src="<%= assetPrefix %>/appList.js"></script>
|
<script src="<%= assetPrefix %>/appList.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.4 KiB |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"short_name": "React App",
|
"short_name": "Twake Calendar",
|
||||||
"name": "Create React App Sample",
|
"name": "Twake Calendar App",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "favicon.ico",
|
||||||
@@ -8,14 +8,14 @@
|
|||||||
"type": "image/x-icon"
|
"type": "image/x-icon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "logo192.png",
|
"src": "calendar-192.png",
|
||||||
"type": "image/png",
|
"sizes": "192x192",
|
||||||
"sizes": "192x192"
|
"type": "image/svg+xml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "logo512.png",
|
"src": "calendar-512.png",
|
||||||
"type": "image/png",
|
"sizes": "512x512",
|
||||||
"sizes": "512x512"
|
"type": "image/svg+xml"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
|
|||||||
Reference in New Issue
Block a user