From b3f45bae8db0bd8cc35c34aa38aa122e33ac3e93 Mon Sep 17 00:00:00 2001 From: timotheegoguely Date: Thu, 21 Nov 2024 18:31:17 +0100 Subject: [PATCH] Replace 'Design to Light' by 'Design to Pack' and add description --- public/content/site.txt | 6 +++++- public/manifest.webmanifest | 4 ++-- public/site/snippets/header.php | 2 +- src/components/Menu.vue | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/public/content/site.txt b/public/content/site.txt index df1341c..d84721f 100644 --- a/public/content/site.txt +++ b/public/content/site.txt @@ -1,4 +1,8 @@ -Title: Design to Light +Title: Design to Pack + +---- + +Description: Notre expertise technique au service de la créativité. ---- diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index 9e7b691..cc0d587 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -1,6 +1,6 @@ { - "name": "Design to Light", - "description": "", + "name": "Design to Pack", + "description": "Notre expertise technique au service de la créativité.", "icons": [ { "src": "/assets/favicons/android-chrome-192x192.png", diff --git a/public/site/snippets/header.php b/public/site/snippets/header.php index 878aff1..f35f742 100644 --- a/public/site/snippets/header.php +++ b/public/site/snippets/header.php @@ -6,7 +6,7 @@ <?= $site->title()->esc() ?> - + diff --git a/src/components/Menu.vue b/src/components/Menu.vue index 48f9c85..8db8c05 100644 --- a/src/components/Menu.vue +++ b/src/components/Menu.vue @@ -29,7 +29,7 @@