[#119] removed website description and updated page name (#145)

* [#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:
Camille Moussu
2025-09-25 11:25:11 +02:00
committed by GitHub
parent 00c0b58032
commit 2f7cf9c797
6 changed files with 11 additions and 15 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Twake Calendar Frontend
![LOGO](assets/calendar.svg)
![LOGO](public/calendar.svg)
## Goals

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

+2 -6
View File
@@ -5,11 +5,7 @@
<link rel="icon" href="<%= assetPrefix %>/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="<%= assetPrefix %>/logo192.png" />
<link rel="apple-touch-icon" href="<%= assetPrefix %>/calendar.svg" />
<!--
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/
@@ -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"
rel="stylesheet"
/>
<title>React App</title>
<title>Twake Calendar</title>
<script src="<%= assetPrefix %>/.env.js"></script>
<script src="<%= assetPrefix %>/appList.js"></script>
</head>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

+8 -8
View File
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Twake Calendar",
"name": "Twake Calendar App",
"icons": [
{
"src": "favicon.ico",
@@ -8,14 +8,14 @@
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
"src": "calendar-192.png",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
"src": "calendar-512.png",
"sizes": "512x512",
"type": "image/svg+xml"
}
],
"start_url": ".",