From fd030d3003a175d9e226238e3622f3fb268ba13e Mon Sep 17 00:00:00 2001 From: Sean Brydon Date: Wed, 25 Oct 2023 09:54:08 +0100 Subject: [PATCH] Fix lineheight --- apps/web/pages/signup.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/pages/signup.tsx b/apps/web/pages/signup.tsx index f28badeef7..c106cee33a 100644 --- a/apps/web/pages/signup.tsx +++ b/apps/web/pages/signup.tsx @@ -235,9 +235,9 @@ export default function Signup({ prepopulateFormValues, token, orgSlug }: Signup {IS_CALCOM ? t("create_your_calcom_account") : t("create_your_account")} {IS_CALCOM ? ( -

{t("cal_signup_description")}

+

{t("cal_signup_description")}

) : ( -

+

{t("calcom_explained", { appName: APP_NAME, })}