From ebdf9c1b11af30316b49aeb412eedbed2fcc3625 Mon Sep 17 00:00:00 2001 From: infiinte-persistence Date: Tue, 15 Sep 2020 13:29:09 +0800 Subject: [PATCH] Fix incorrect icon for 'Sign Up' and 'Sign In' --- ui/component/header/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/component/header/view.jsx b/ui/component/header/view.jsx index 6e212c4f9..c6e5df6ef 100644 --- a/ui/component/header/view.jsx +++ b/ui/component/header/view.jsx @@ -319,11 +319,11 @@ const Header = (props: Props) => { ) : !IS_WEB ? ( <> history.push(`/$/${PAGES.AUTH}`)}> - + {__('Sign Up')} history.push(`/$/${PAGES.AUTH_SIGNIN}`)}> - + {__('Sign In')}