From cdc9849cc499225c066d8c727f155e72ffbd9e73 Mon Sep 17 00:00:00 2001 From: yodem Date: Tue, 3 Feb 2026 12:52:08 +0200 Subject: [PATCH] fix(Header): add missing space in LoggedOutButtons component --- static/js/Header.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/Header.jsx b/static/js/Header.jsx index 464a59d21b..ac9b854ad3 100644 --- a/static/js/Header.jsx +++ b/static/js/Header.jsx @@ -395,6 +395,7 @@ const LoggedOutButtons = ({ mobile, loginOnly }) => { {mobile ? {Sefaria._("Login")} : null} Log in )} + {loginOnly ? null :