From bed2bdaea8b08f55c07c740bf8f30130c0aad4cc Mon Sep 17 00:00:00 2001 From: Haebeen Mun <102276917+hhbb0081@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:58:58 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20kakao=20url=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/Login/components/LoginBtn.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/Login/components/LoginBtn.tsx b/src/features/Login/components/LoginBtn.tsx index 1b7155f..a40892a 100644 --- a/src/features/Login/components/LoginBtn.tsx +++ b/src/features/Login/components/LoginBtn.tsx @@ -5,7 +5,7 @@ import "./Login.css"; const LoginBtn: React.FC = () => { const handleLogin = () => { - window.location.href = `${process.env.NEXT_PUBLIC_LOCAL_KAKAO_URL}`; + window.location.href = `${process.env.NEXT_PUBLIC_KAKAO_URL}`; } return (