From d222b09ba5c34ead8eb8401dc142e89ce898db24 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Sat, 7 Oct 2023 20:25:04 -0700 Subject: [PATCH] changed scroll to auto --- frontend/src/pages/login/index.tsx | 2 +- frontend/src/pages/signup/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/login/index.tsx b/frontend/src/pages/login/index.tsx index 4416700de..fd4011feb 100644 --- a/frontend/src/pages/login/index.tsx +++ b/frontend/src/pages/login/index.tsx @@ -9,7 +9,7 @@ export default function LoginPage() { const { t } = useTranslation(); return ( -
+
{t("common.head-title", { title: t("login.title") })} diff --git a/frontend/src/pages/signup/index.tsx b/frontend/src/pages/signup/index.tsx index aa3ba3f44..57621e5d0 100644 --- a/frontend/src/pages/signup/index.tsx +++ b/frontend/src/pages/signup/index.tsx @@ -145,7 +145,7 @@ export default function SignUp() { }; return ( -
+
{t("common.head-title", { title: t("signup.title") })}