From 425f653881e7ee88bff8bee0b48fa0e4900e1d87 Mon Sep 17 00:00:00 2001 From: daniyal Date: Tue, 16 Jul 2024 16:18:49 +0500 Subject: [PATCH] chore: cleanup --- src/layout/header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/header.tsx b/src/layout/header.tsx index 0412d08..61a9187 100644 --- a/src/layout/header.tsx +++ b/src/layout/header.tsx @@ -20,7 +20,7 @@ export const Header = () => { initNostrLogin({ darkMode: true, localSignup: true, - // noBanner: true, + noBanner: true, onAuth: (npub, opts) => { if (opts.type === 'logout') { dispatch(setIsAuth(false))