mirror of
https://github.com/waku-org/waku-lab.git
synced 2025-01-19 12:22:21 +00:00
chore: change references from buddychain to buddybook
This commit is contained in:
parent
899b3a1fb4
commit
4de41973a0
@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Buddychain Dogfood</title>
|
||||
<title>BuddyBook Dogfood</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
@ -133,7 +133,7 @@ function App() {
|
||||
|
||||
const Home: React.FC = () => (
|
||||
<div className="space-y-4 md:space-y-6 p-4 md:p-6">
|
||||
<h1 className="text-2xl md:text-4xl font-bold">BuddyChain</h1>
|
||||
<h1 className="text-2xl md:text-4xl font-bold">BuddyBook</h1>
|
||||
<div className="w-full max-w-sm mx-auto p-4 md:p-6 bg-card rounded-lg shadow-md">
|
||||
<Link to="/create">
|
||||
<Button className="w-full mb-4">
|
||||
@ -145,7 +145,7 @@ const Home: React.FC = () => (
|
||||
</p>
|
||||
</div>
|
||||
<p className="text-xs md:text-sm text-muted-foreground text-center">
|
||||
Welcome to BuddyChain - Create and share your chains!
|
||||
Welcome to BuddyBook - Create and share your chains!
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
|
@ -22,7 +22,7 @@ export type BlockPayload = {
|
||||
parentBlockUUID: string | null;
|
||||
}
|
||||
|
||||
const contentTopic = "/buddychain-dogfood/1/chain/proto";
|
||||
const contentTopic = "/buddybook-dogfood/1/chain/proto";
|
||||
|
||||
export const encoder = createEncoder({
|
||||
contentTopic: contentTopic,
|
||||
|
@ -12,4 +12,4 @@ export const config = createConfig(
|
||||
[mainnet.id]: http(),
|
||||
},
|
||||
}),
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user