Skip to content

Commit

Permalink
🔀 merge: hotfix/deploy-error -> main
Browse files Browse the repository at this point in the history
Hotfix/deploy error
  • Loading branch information
cloudedpanther authored Jul 4, 2023
2 parents e07e86b + e0dfcd4 commit fd6f20e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/login/SignLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SignLayout = ({ children }: SignLayoutProps) => {
<img
className="absolute bottom-0 left-0"
style={{ maxHeight: '50%' }}
src="https://yogizogi-zerobase-2023.github.io/FE/assets/images/signin.png"
src="/assets/images/signin.png"
alt="일러스트"
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useSignIn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const useSignIn = () => {

const handleKakaoSignIn = () => {
location.href =
'https://kauth.kakao.com/oauth/authorize?client_id=32665db00eb9aef9b6b5246fc2a2e8b4&redirect_uri=https://13.209.131.228:8443/api/user/kakao-login&response_type=code';
'https://kauth.kakao.com/oauth/authorize?client_id=32665db00eb9aef9b6b5246fc2a2e8b4&redirect_uri=http://13.209.131.228:8080/api/user/kakao-login&response_type=code';
};

useEffect(() => {
Expand Down
2 changes: 1 addition & 1 deletion src/views/SignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const SignIn = () => {
onClick={handleKakaoSignIn}
>
<img
src="https://yogizogi-zerobase-2023.github.io/FE/assets/icons/kakaoicon.png"
src="/assets/icons/kakaoicon.png"
alt="카카오 로고"
className="w-8 h-8"
/>
Expand Down

0 comments on commit fd6f20e

Please sign in to comment.