Skip to content

Commit

Permalink
Merge pull request #110 from ASAP-Lettering/design/#108
Browse files Browse the repository at this point in the history
[File] 로그인 페이지 로고 화질 개선
  • Loading branch information
yyypearl authored Dec 6, 2024
2 parents 5a22765 + dd107a0 commit 217612e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions public/assets/login/login_text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Login() {
return (
<Container>
<ImageWrapper>
<LogoTitle src="/assets/login/login_text.png" />
<LogoTitle data="/assets/login/login_text.svg" />
<LogoText>편지로 수놓는 나의 스페이스</LogoText>
<LogoImage src="/assets/login/login_logo.png" />
<SocialKakaoWrapper>
Expand All @@ -34,7 +34,7 @@ const Container = styled.div`
}
`;

const LogoTitle = styled.img`
const LogoTitle = styled.object`
display: flex;
box-sizing: border-box;
width: 70%;
Expand Down

0 comments on commit 217612e

Please sign in to comment.