From b66d911e11f771370af3c57675f0e386a5cd8a28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Mon, 19 Feb 2024 09:32:38 +0100 Subject: [PATCH 1/2] fixed SingInButton spacing --- app/[locale]/login/page.tsx | 2 +- app/ui/SignInButton.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/[locale]/login/page.tsx b/app/[locale]/login/page.tsx index d5cd131..8c8b87e 100644 --- a/app/[locale]/login/page.tsx +++ b/app/[locale]/login/page.tsx @@ -47,7 +47,7 @@ const Page:FC = async () => {

{t("main-card.text-1")}

{t("main-card.text-2")}

- + { Object.values(providers).map((provider) => (
diff --git a/app/ui/SignInButton.tsx b/app/ui/SignInButton.tsx index 30ed47c..bc0f138 100644 --- a/app/ui/SignInButton.tsx +++ b/app/ui/SignInButton.tsx @@ -21,7 +21,7 @@ export const SignInButton:React.FC<{ provider: {id:string, name:string} }> = ({ const t = useTranslations("login-page"); return( -