From fcd6a0215d212fefcae8c2bc2d803219edeecd39 Mon Sep 17 00:00:00 2001 From: Joel Date: Wed, 31 Jul 2024 11:54:30 +0800 Subject: [PATCH] fix: optional copywriting i18n --- app/components/welcome/index.tsx | 4 ++-- i18n/lang/app.en.ts | 3 +++ i18n/lang/app.zh.ts | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/components/welcome/index.tsx b/app/components/welcome/index.tsx index 16a2742..cd46a69 100644 --- a/app/components/welcome/index.tsx +++ b/app/components/welcome/index.tsx @@ -107,7 +107,7 @@ const Welcome: FC = ({ )} {item.type === 'string' && ( { setInputs({ ...inputs, [item.key]: e.target.value }) }} className={'w-full flex-grow py-2 pl-3 pr-3 box-border rounded-lg bg-gray-50'} @@ -117,7 +117,7 @@ const Welcome: FC = ({ {item.type === 'paragraph' && (