diff --git a/README.md b/README.md
index e44cf012..0d1da40b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
> On-Chain Content Creating for Absolutely Everyone
-Meet xlog, the on-chain and open-source blogging platform for everyone. Permanently stored on the blockchain and signed by you.
+Meet xlog, the on-chain and open-source blogging platform for everyone. Permanently stored on the blockchain by yourself.
This project is developed based on [proselog](https://github.com/proselog/proselog)
diff --git a/public/screenshot4.png b/public/screenshot4.png
index 611c58a5..1d1fc48e 100644
Binary files a/public/screenshot4.png and b/public/screenshot4.png differ
diff --git a/src/components/common/BlockchainInfo.tsx b/src/components/common/BlockchainInfo.tsx
index d33aac6d..5ae1d0cd 100644
--- a/src/components/common/BlockchainInfo.tsx
+++ b/src/components/common/BlockchainInfo.tsx
@@ -24,8 +24,7 @@ export const BlockchainInfo: React.FC<{
? "post"
: "page"
: "blog"}{" "}
- has been permanently stored on the blockchain and signed by
- its creator.
+ has been permanently stored on the blockchain by its creator.
,
title: "Blockchain",
@@ -65,8 +65,7 @@ export default function Home({ region }: { region: string | null }) {
<>
All blog data, including config, posts, following, comment...
Permanently stored on the blockchain by your own hands and can
- only be controlled by yourself and not the platform like some other
- "Web3" publishing platform.
+ only be controlled by yourself and not the platform.
>
),
},
@@ -77,7 +76,7 @@ export default function Home({ region }: { region: string | null }) {
height: 1041,
},
icon: ,
- title: "Rich interactions",
+ title: "Rich Interactions",
text: "Users can follow, comment, like, and collect your blog and posts, all on the blockchain of course.",
},
{
@@ -87,7 +86,7 @@ export default function Home({ region }: { region: string | null }) {
height: 721,
},
icon: ,
- title: "Highly customizable",
+ title: "Highly Customizable",
text: "Domain name, navigation bar, custom styles, all as you wish, and stored on the blockchain.",
},
{
@@ -103,15 +102,17 @@ export default function Home({ region }: { region: string | null }) {
]
const comparing = [
- "Only controlled by yourself",
- "Like function",
- "Comment function",
- "Following function",
- "Custom domain",
+ "Only Controlled by Yourself",
+ "Open Source",
+ "Self-hosting",
+ "Like Interaction",
+ "Comment Interaction",
+ "Following Interaction",
+ "Custom Domain",
"Custom CSS",
"Navigation",
"Pages",
- "Scheduled publishing",
+ "Scheduled Publishing",
]
return (