From 3a81b7cf73ca1504afab7af624514a9c987c90ec Mon Sep 17 00:00:00 2001 From: DIYgod Date: Wed, 26 Jul 2023 22:45:11 +0100 Subject: [PATCH] feat: change app description --- README.md | 2 +- package.json | 2 +- src/app/(home)/about/page.tsx | 22 +++++++++++----------- src/lib/env.ts | 2 +- src/lib/i18n/locales/ja/index.json | 2 +- src/lib/i18n/locales/zh-TW/index.json | 2 +- src/lib/i18n/locales/zh/index.json | 2 +- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 526934a9..25ca4e49 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

xLog

-> 🪽 The best on-chain and open-source blogging community for everyone. +> 🪽 An open-source creative community written on the blockchain. [![Discord](https://img.shields.io/badge/chat-Discord-5865F2.svg?logo=discord&style=flat-square)](https://discord.gg/46VJMMVCuF) [![Twitter](https://img.shields.io/badge/Twitter-@_xLog-1d9bf0.svg?logo=twitter&style=flat-square)](https://twitter.com/_xLog) [![build](https://img.shields.io/github/actions/workflow/status/Crossbell-Box/xLog/docker-build-push-prod.yml?logo=github&style=flat-square)](https://github.com/Crossbell-Box/xLog/actions/workflows/docker-build-push.yml) diff --git a/package.json b/package.json index 45ea5da5..345b4c45 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "xlog", "private": true, - "description": "xLog is the best on-chain and open-source blogging community for everyone.", + "description": "An open-source creative community written on the blockchain.", "license": "AGPL-3.0", "sideEffects": false, "packageManager": "pnpm@8.6.2", diff --git a/src/app/(home)/about/page.tsx b/src/app/(home)/about/page.tsx index 87da8f00..cec0b144 100644 --- a/src/app/(home)/about/page.tsx +++ b/src/app/(home)/about/page.tsx @@ -123,16 +123,7 @@ async function Home() {

- xLog is the best{" "} - - on-chain - {" "} - and{" "} + An{" "} open-source {" "} - blogging community for everyone. + creative community written on the{" "} + + blockchain + + .

diff --git a/src/lib/env.ts b/src/lib/env.ts index a77a6a4d..dc9706f8 100644 --- a/src/lib/env.ts +++ b/src/lib/env.ts @@ -10,7 +10,7 @@ export const DOCS_DOMAIN = `docs.${OUR_DOMAIN}` export const SITE_URL = `${IS_PROD ? "https" : "http"}://${OUR_DOMAIN}` export const APP_DESCRIPTION = process.env.APP_DESCRIPTION || - "xLog, the best on-chain and open-source blogging community for everyone." + "An open-source creative community written on the blockchain." export const DISCORD_LINK = process.env.NEXT_PUBLIC_DISCORD_LINK export const GITHUB_LINK = process.env.NEXT_PUBLIC_GITHUB_LINK export const TWITTER_LINK = process.env.NEXT_PUBLIC_TWITTER_LINK diff --git a/src/lib/i18n/locales/ja/index.json b/src/lib/i18n/locales/ja/index.json index 70c71a4c..e1a640e0 100644 --- a/src/lib/i18n/locales/ja/index.json +++ b/src/lib/i18n/locales/ja/index.json @@ -1,6 +1,6 @@ { "Blog Free": "自由に創作する", - "description": "<0>xLogは、誰でもが利用できる<3>ブロックチェーン上の<7>オープンソースのブログコミュニティです。", + "description": "<6>ブロックチェーン上に書かれた<2>オープンソースの創作コミュニティ。", "Get my xLog in 5 minutes": "5分で自分のxLogを手に入れよう", "Features": "特徴", "Showcase": "ショーケース", diff --git a/src/lib/i18n/locales/zh-TW/index.json b/src/lib/i18n/locales/zh-TW/index.json index 65bca727..d8277263 100644 --- a/src/lib/i18n/locales/zh-TW/index.json +++ b/src/lib/i18n/locales/zh-TW/index.json @@ -4,7 +4,7 @@ "Earn": "Earn", ".": ".", "Look at others'": "看看別人", - "description": "<0>xLog。最佳 <7>開源 <3>區塊鏈 部落格社群。", + "description": "書寫在 <6>區塊鏈 上的 <2>開源 創作社區", "Get my xLog in 5 minutes": "五分鐘撰寫自我", "Explore the xLog way": "探索 xLog 之路", "features": { diff --git a/src/lib/i18n/locales/zh/index.json b/src/lib/i18n/locales/zh/index.json index bc2dcb94..e20daf87 100644 --- a/src/lib/i18n/locales/zh/index.json +++ b/src/lib/i18n/locales/zh/index.json @@ -4,7 +4,7 @@ "Earn": "赚取", ".": "。", "Look at others'": "看看其他人的", - "description": "<0>xLog 是面向所有人的最棒 <3>链上 <7>开源 博客社区。", + "description": "书写在 <6>区块链 上的 <2>开源 创作社区。", "Get my xLog in 5 minutes": "5 分钟拥有自己的 xLog", "Explore the xLog way": "探索 xLog 之路", "features": {