From d0b28bfbbfc42d7d20ac4ff830d1ab9ad7a484c4 Mon Sep 17 00:00:00 2001 From: Sasha Date: Tue, 31 Oct 2023 00:21:43 +0100 Subject: [PATCH] remove blockchain block, adapt UI --- src/app/home/components/Header.tsx | 4 ---- src/app/home/components/Waku.tsx | 3 +-- src/app/home/page.tsx | 3 --- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/app/home/components/Header.tsx b/src/app/home/components/Header.tsx index de6fca8..d9fd9d6 100644 --- a/src/app/home/components/Header.tsx +++ b/src/app/home/components/Header.tsx @@ -1,17 +1,13 @@ import { Block, BlockTypes } from "@/components/Block"; import { Title } from "@/components/Title"; -import { Status } from "@/components/Status"; import { useStore } from "@/hooks"; export const Header: React.FunctionComponent<{}> = () => { - const { appStatus } = useStore(); - return ( <> Waku RLN - ); }; diff --git a/src/app/home/components/Waku.tsx b/src/app/home/components/Waku.tsx index 4012b3a..5228bf4 100644 --- a/src/app/home/components/Waku.tsx +++ b/src/app/home/components/Waku.tsx @@ -25,9 +25,8 @@ export const Waku: React.FunctionComponent<{}> = () => { return ( - Waku

(select credentials to initialize)

+ Waku
-