diff --git a/packages/pl-fe/app.json b/packages/pl-fe/app.json index a451621f6..ecb40358d 100644 --- a/packages/pl-fe/app.json +++ b/packages/pl-fe/app.json @@ -1,7 +1,7 @@ { "name": "pl-fe", - "description": "Web-based federated social media client, a fork of Soapbox.", + "description": "Mastodon-compatible social media front-end.", "keywords": ["fediverse"], "website": "https://github.com/mkljczk/pl-fe", "stack": "container" -} \ No newline at end of file +} diff --git a/packages/pl-fe/package.json b/packages/pl-fe/package.json index 3240c2f17..8e90799c3 100644 --- a/packages/pl-fe/package.json +++ b/packages/pl-fe/package.json @@ -3,7 +3,7 @@ "displayName": "pl-fe", "version": "0.0.1", "type": "module", - "description": "Web-based federated social media client, a fork of Soapbox", + "description": "Mastodon-compatible social media front-end", "homepage": "https://github.com/mkljczk/pl-fe", "repository": { "type": "git", diff --git a/packages/pl-fe/vite.config.ts b/packages/pl-fe/vite.config.ts index c8f203054..991e38e0a 100644 --- a/packages/pl-fe/vite.config.ts +++ b/packages/pl-fe/vite.config.ts @@ -61,7 +61,7 @@ const config = defineConfig(({ command }) => ({ manifest: { name: 'pl-fe', short_name: 'pl-fe', - description: 'Web-based federated social media client, a fork of Soapbox', + description: 'Mastodon-compatible social media front-endx', icons: [ { src: '/instance/images/logo.png',