File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
77Try it live at [ x402.chat] ( https://x402.chat ) .
88
Original file line number Diff line number Diff line change 11import { LatestCommentsFeed } from "@/components/latest-comments-feed" ;
22import { PageNavigator } from "@/components/page-navigator" ;
33import { getLatestComments } from "@/lib/queries/comments" ;
4- import { Logo } from "../components/logo" ;
54
65export 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's Wall
15+ Post on Anyone's Page
1716 </ div >
1817 < p className = "text-sm text-zinc-600 dark:text-zinc-400" >
1918 Posting costs{ " " }
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ export function CommentCard({
232232 </ AccountProvider >
233233 </ div >
234234 </ Link >
235- < span className = "-ml-1" > 's wall </ span >
235+ < span className = "-ml-1" > 's page </ span >
236236 </ div >
237237 ) }
238238 </ div >
You can’t perform that action at this time.
0 commit comments