From 1219b4060a6be907d6fdff7c75d4563cfc255c50 Mon Sep 17 00:00:00 2001 From: Lee Hye Won Date: Wed, 15 Jul 2026 21:37:42 +0900 Subject: [PATCH] =?UTF-8?q?fix(web):=20=EC=98=A8=EB=B3=B4=EB=94=A9/?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=ED=8E=98=EC=9D=B4=EC=A7=80=20QA?= =?UTF-8?q?=20=EB=B0=98=EC=98=81=20(#228)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 온보딩 박스 크기를 w-108, h-153.5로 고정했습니다 - 로그인 페이지 약관 문구의 줄바꿈을 수정했습니다 --- .../onboarding/_containers/OnboardingFunnelContainer.tsx | 2 +- apps/timo-web/messages/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/timo-web/app/[locale]/onboarding/_containers/OnboardingFunnelContainer.tsx b/apps/timo-web/app/[locale]/onboarding/_containers/OnboardingFunnelContainer.tsx index 864eacec..ab1411ee 100644 --- a/apps/timo-web/app/[locale]/onboarding/_containers/OnboardingFunnelContainer.tsx +++ b/apps/timo-web/app/[locale]/onboarding/_containers/OnboardingFunnelContainer.tsx @@ -60,7 +60,7 @@ export const OnboardingFunnelContainer = () => { className="hidden shrink-0 lg:block lg:size-[350px] xl:size-[430px] 2xl:size-[500px]" ariaLabel="온보딩 애니메이션" /> -
+
diff --git a/apps/timo-web/messages/en.json b/apps/timo-web/messages/en.json index 8f846765..d5a00349 100644 --- a/apps/timo-web/messages/en.json +++ b/apps/timo-web/messages/en.json @@ -160,7 +160,7 @@ "headline": "Manage your day with clear timeboxes.", "description": "Please log in to your timo account.", "connectLabel": "Log in with Google", - "termsNotice": "By continuing, you agree to the timo Terms of Service and Privacy Policy." + "termsNotice": "By continuing, you agree to the timo \nTerms of Service and Privacy Policy." }, "Error": { "title": "A problem has occurred.",