Skip to content

Commit

Permalink
fix: 소셜로그인 로고 변경(#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenS3same committed Dec 6, 2024
1 parent ab7245d commit 85df0cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file removed public/images/googlelogo.png
Binary file not shown.
Binary file added public/images/naverlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/components/pages/login/SignInPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ const SignInPage = () => {
}}
>
<img
src="/images/googlelogo.png"
alt="Google Logo"
style={{ width: '50px', height: '17px' }}
src="/images/naverlogo.png"
alt="Naver Logo"
style={{ width: '50px', height: '15px' }}
/>
계정으로 로그인
</SNSButton>
Expand Down

0 comments on commit 85df0cc

Please sign in to comment.