Skip to content

Commit ae8a709

Browse files
rename walls to pages
1 parent 56e74be commit ae8a709

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![x402.chat Banner](./src/app/opengraph-image.png)
44

5-
Post comments on anyone's wall, with each post requiring payment in CHAT tokens. The more comments on a wall the more it costs to post!
5+
Post messages on anyone's page, with each post requiring payment in CHAT tokens. The more comments on a page the more it costs to post!
66

77
Try it live at [x402.chat](https://x402.chat).
88

src/app/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { LatestCommentsFeed } from "@/components/latest-comments-feed";
22
import { PageNavigator } from "@/components/page-navigator";
33
import { getLatestComments } from "@/lib/queries/comments";
4-
import { Logo } from "../components/logo";
54

65
export default async function Home() {
76
const latestComments = await getLatestComments(10);
@@ -13,7 +12,7 @@ export default async function Home() {
1312
<div className="mx-auto max-w-2xl text-center space-y-6">
1413
<div className="space-y-3">
1514
<div className="text-3xl font-bold flex items-center gap-1 justify-center">
16-
Post on Anyone&apos;s Wall
15+
Post on Anyone&apos;s Page
1716
</div>
1817
<p className="text-sm text-zinc-600 dark:text-zinc-400">
1918
Posting costs{" "}

src/components/comment-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export function CommentCard({
232232
</AccountProvider>
233233
</div>
234234
</Link>
235-
<span className="-ml-1">&apos;s wall</span>
235+
<span className="-ml-1">&apos;s page</span>
236236
</div>
237237
)}
238238
</div>

0 commit comments

Comments
 (0)