Skip to content

Commit

Permalink
style. 로고 추가 및 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-hunc committed May 21, 2024
1 parent a66c8b9 commit 818914b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Navigation/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Navigation = (props) => {
navigate("/");
}}
>
이음
<img src="/logo.svg" width={100} />
</Title>
<MenuBox>
<MenuItem
Expand Down
4 changes: 3 additions & 1 deletion src/components/SocialLoginModal/SocialLoginModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ const SocialLoginModal = ({ setClickLoginButton }) => {
<Vector />
</ExitButton>

<Title>이음</Title>
<Title>
<img src="/logo.svg" width={200} />
</Title>
<Explanation>간편하게 시작하는 회원가입</Explanation>

<LoginButton onClick={loginWithKakao}>
Expand Down

0 comments on commit 818914b

Please sign in to comment.