Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎉 로그인 UI 생성 및 라우팅 설정 #20

Merged
merged 2 commits into from
Nov 1, 2023
Merged

🎉 로그인 UI 생성 및 라우팅 설정 #20

merged 2 commits into from
Nov 1, 2023

Conversation

oaoong
Copy link
Collaborator

@oaoong oaoong commented Oct 31, 2023

- 목적

관련 티켓 번호: 75


- 주요 변경 사항

  • 로그인 인터셉팅 라우터 설정
  • 로그인 폼 추가
  • 로그인 페이지 추

기타 사항 (선택)

  • 로그인 모달에서 주소로 접근하거나 새로고침 시 로그인 페이지로 라우팅되도록 했습니다.

- 스크린샷 (선택)

Animation

@oaoong oaoong added the D-1 label Oct 31, 2023
@oaoong oaoong self-assigned this Oct 31, 2023
const LoginForm = () => {
return (
<section className="flex flex-col items-center justify-center w-full h-full gap-4">
<Image className="mb-20" src={Assets.logo} alt="nabi-logo" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이미지랑 모달 close버튼 사이에 margin이 빠진 것 같아요! 피그마 보면 이미지 위 아래로 margin 있습니다!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

엇 감사합니다

@oaoong oaoong merged commit 324665d into develop Nov 1, 2023
2 checks passed
@oaoong oaoong deleted the NABI-75 branch November 1, 2023 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants