From 4e999e3d350f7e33d2aac45d1f19489a5c084f80 Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 8 Mar 2024 23:48:14 +0100 Subject: [PATCH] wip on hb --- public/helpbuild/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/helpbuild/theme.js b/public/helpbuild/theme.js index cafcec2..253acd9 100644 --- a/public/helpbuild/theme.js +++ b/public/helpbuild/theme.js @@ -44,7 +44,7 @@ const fixLogo = () => { } if (loginBtnWrapper) loginBtnWrapper.remove(); - if (signupBtnWrapper) signupBtnWrapper.remove(); + // if (signupBtnWrapper) signupBtnWrapper.remove(); } fixPolicy()