chore: change references from buddychain to buddybook

This commit is contained in:
Danish Arora 2024-10-28 17:00:12 +05:30
parent 899b3a1fb4
commit 4de41973a0
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E
4 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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>
)

View File

@ -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,

View File

@ -12,4 +12,4 @@ export const config = createConfig(
[mainnet.id]: http(),
},
}),
)
)