Skip to content

Commit

Permalink
Feat: kakao url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hhbb0081 authored Jun 21, 2024
1 parent e36c11f commit bed2bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/Login/components/LoginBtn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Image
Expand Down

0 comments on commit bed2bda

Please sign in to comment.