Skip to content

Commit

Permalink
✨Feat: 로그인 페이지 로고 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
shlee9999 committed Dec 9, 2024
1 parent 4810d3f commit 2a64959
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions src/assets/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/pages/LoginPage/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as S from './styles'
import { Helmet } from 'react-helmet-async'

import Logo from '~assets/favicon.svg?react'
const serverUrl = import.meta.env.VITE_SERVER_URL
const BACK_URL = new URL(serverUrl).origin

Expand Down Expand Up @@ -56,7 +56,9 @@ export default function LoginPage() {
<meta name='description' content='DDang 서비스 로그인' />
</Helmet>
<TitleSection />
<S.Logo>로고</S.Logo>
<S.Logo>
<Logo width='90%' height='90%' />
</S.Logo>
<SocialLoginButtons />
</S.LoginPage>
)
Expand Down

0 comments on commit 2a64959

Please sign in to comment.