diff --git a/composer.json b/composer.json index ecb9172..f50317f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "name": "pfnj/pfnj", + "name": "kcalapp/kcal", "type": "project", - "description": "Personal Food Nutrition Journal", + "description": "kcal – the personal food nutrition journal", "license": "MPL-2.0", "require": { "php": "^8.0", diff --git a/package-lock.json b/package-lock.json index dbc3331..5b20f5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "pfnj", + "name": "kcal", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/public/site.webmanifest b/public/site.webmanifest index 838f4e9..9ee3fb1 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "PFNJ", - "short_name": "PFNJ", + "name": "kcal", + "short_name": "kcal", "icons": [ { "src": "/android-chrome-192x192.png", diff --git a/resources/views/components/application-logo.blade.php b/resources/views/components/application-logo.blade.php index e0c0d5d..a68d060 100644 --- a/resources/views/components/application-logo.blade.php +++ b/resources/views/components/application-logo.blade.php @@ -1,21 +1,7 @@