(({ className, ...props }, ref) => (
))
diff --git a/examples/buddybook/src/index.css b/examples/buddybook/src/index.css
index 46947be..1d45b6b 100644
--- a/examples/buddybook/src/index.css
+++ b/examples/buddybook/src/index.css
@@ -56,11 +56,34 @@
--chart-5: 340 75% 55%
}
}
+
@layer base {
* {
@apply border-border;
}
body {
@apply bg-background text-foreground;
+ }
+ .container {
+ @apply px-4 md:px-6 lg:px-8;
}
-}
\ No newline at end of file
+
+ h1 {
+ @apply text-2xl md:text-4xl font-bold;
+ }
+
+ h2 {
+ @apply text-xl md:text-3xl font-semibold;
+ }
+
+ h3 {
+ @apply text-lg md:text-2xl font-semibold;
+ }
+ .section {
+ @apply py-4 md:py-6 lg:py-8;
+ }
+
+ .card {
+ @apply p-4 md:p-6;
+ }
+}
diff --git a/examples/buddybook/src/lib/waku.ts b/examples/buddybook/src/lib/waku.ts
index 064d18f..43c1e46 100644
--- a/examples/buddybook/src/lib/waku.ts
+++ b/examples/buddybook/src/lib/waku.ts
@@ -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,
diff --git a/examples/buddybook/src/lib/walletConnect.ts b/examples/buddybook/src/lib/walletConnect.ts
index 0950733..e8de5cb 100644
--- a/examples/buddybook/src/lib/walletConnect.ts
+++ b/examples/buddybook/src/lib/walletConnect.ts
@@ -12,4 +12,4 @@ export const config = createConfig(
[mainnet.id]: http(),
},
}),
- )
\ No newline at end of file
+ )
diff --git a/examples/buddybook/tasks.md b/examples/buddybook/tasks.md
index 05c7274..6118deb 100644
--- a/examples/buddybook/tasks.md
+++ b/examples/buddybook/tasks.md
@@ -1,6 +1,6 @@
- [ x ] waku connections on header should have green/yellow/red color indicator
- [ ] clicking on the indicator should show a list of peers
-- [ ] chains can't be signed twice by an address
+- [ x ] chains can't be signed twice by an address
- [ ] generate waku peer id using the wallet address
- [ ] telemetry
- [ x ] disclaimer