From 9884d799db6882d336db1cd0074de67f814df09a Mon Sep 17 00:00:00 2001 From: "haitao(lj)" Date: Tue, 10 Jan 2023 16:56:58 +0800 Subject: [PATCH] fix(Questions): Change welcome card button to normal button --- ui/src/pages/Questions/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/pages/Questions/index.tsx b/ui/src/pages/Questions/index.tsx index 78aab42c..eec92f7b 100644 --- a/ui/src/pages/Questions/index.tsx +++ b/ui/src/pages/Questions/index.tsx @@ -39,10 +39,10 @@ const Questions: FC = () => { })}

{siteInfo.description}

- + {t('login', { keyPrefix: 'btns' })} - + {t('signup', { keyPrefix: 'btns' })}