diff --git a/public/locales/en/index.json b/public/locales/en/index.json index c60001bc..b16452b9 100644 --- a/public/locales/en/index.json +++ b/public/locales/en/index.json @@ -24,6 +24,6 @@ "Safe text": "All blog data, including configs, posts, subscriptions, comments, etc., are signed and securely stored on the blockchain with your own hands, with control only accessible through the private key held by yourself. No one else, including xLog, can make any changes.", "Customizable text": "You're free to use your own domain, customize your website, and design it in any way you like. This is your website, with no restrictions. xLog encourage and will provide a rich system of themes and plugins to help you customize it.", "Open text": "xLog offers import and export tools, as well as rich APIs and third-party integrations. All code is open source on GitHub, and all data is transparent on the blockchain. xLog has nothing to hide.", - "Token text": "In the early stages, xLog will provide incentives through stable coins from our own pockets. The token economy system is still under design and may take some time. Because junk content is our common enemy, xLog need to ensure that the community is not overwhelmed by it.", + "Token text": "In the early stages, xLog will provide incentives through stable coins like USDC from our own pockets. The token economy system is still under design and may take some time. Because junk content is our common enemy, xLog need to ensure that the community is not overwhelmed by it.", "DAO text": "xLog will be managed in the form of a DAO, where the tokens earned by creators represent their rights." } \ No newline at end of file diff --git a/public/locales/zh/index.json b/public/locales/zh/index.json index 04ea81be..033a1ef3 100644 --- a/public/locales/zh/index.json +++ b/public/locales/zh/index.json @@ -44,7 +44,7 @@ "Elegant experience": "优雅的体验", "Elegant experience text": "xLog 提供双栏编辑器,具有实时预览功能,提供优秀的写作体验,使用标准的 Markdown 语法,支持 HTML音视频和数学表达式。页面设计优雅,为读者提供舒适的阅读体验。", "Token": "代币", - "Token text": "在早期阶段,xLog 将通过我们自掏腰包提供的稳定币作为激励。代币经济系统仍在设计中,可能需要一些时间。因为垃圾内容是我们的共同敌人,xLog 需要确保社区不会被其淹没。", + "Token text": "在早期阶段,xLog 将通过我们自掏腰包提供的稳定币比如 USDC 作为激励。代币经济系统仍在设计中,可能需要一些时间。因为垃圾内容是我们的共同敌人,xLog 需要确保社区不会被其淹没。", "DAO": "去中心化自治组织", "DAO text": "xLog 将以去中心化自治组织 (DAO) 的形式进行管理,创作者获得的代币将代表他们的权利。", "Discover these awesome teams and creators on xLog (sorted by update time)": "在 xLog 上发现这些超棒的团队和创作者们(按更新时间排序)", diff --git a/src/pages/index.tsx b/src/pages/index.tsx index bafa0e9c..f5c8d398 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -130,14 +130,14 @@ export default function Home() { { title: "Earn", subfeatures: [ - // { - // icon: "🪙", - // title: "Token", - // }, - // { - // icon: "🏟️", - // title: "DAO", - // }, + { + icon: "🪙", + title: "Token", + }, + { + icon: "🏟️", + title: "DAO", + }, ], }, ]