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