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

[Fix] 배너 링크 / 예약 페이지 링크 Pascal Case로 변경 #240

Merged
merged 9 commits into from
Oct 6, 2023

Conversation

JuneParkCode
Copy link
Member

  • [todo] 링크 수정 #233
  • 배너 링크 변경
  • 배너에 이미지 없는 경우 이미지 출력 안하도록 변경
  • 배너 모바일 css (간격) 일부 수정
  • 배너 클릭시 새탭으로 이동하도록 변경
    • 내부 경로는 현재 탭에서 이동
  • reservation -> Reservation (page)
  • footer 로고 모바일 중앙 정렬 안되는 문제 해결

@JuneParkCode JuneParkCode added the fix 수정 작업 label Oct 6, 2023
@JuneParkCode JuneParkCode self-assigned this Oct 6, 2023
Copy link
Contributor

@jinaji jinaji left a comment

Choose a reason for hiding this comment

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

배너 링크 가이드 페이지로 연결되는 것, 새 탭 이동, Reservation ... 모두 확인했습니다! css 들도 뭔가 달라진 것들 ... 확인했습니다! 푸터 가운데정렬 아녓나요?.. 어케 보신거죠? 수고하셨습니다 ...

<Link href="/Mentorings" onClick={onClose}>
<p className="sidebar-text sidebar-text-btn">멘토링</p>
</Link>
{!!uid && (
Copy link
Member

Choose a reason for hiding this comment

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

이게 로그인 안하면 멘토링 버튼이 안뜨게 하는 기능 추가하신것 맞죠?
PR에 관련 내용이 없어서 한참 들어다 봤네요

Copy link
Member Author

Choose a reason for hiding this comment

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

아 넵 맞습니다. PR에 로그인 관련 내용을 뺴먹었네요 ㅋㅋ..

Copy link
Member

@falconlee236 falconlee236 left a comment

Choose a reason for hiding this comment

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

로그인 안 하면 멘토링 페이지를 띄우지 않는것은 당연한 건데 그걸 왜 지금까지 생각 못했을까요?
고생 많으셨습니다

@falconlee236 falconlee236 linked an issue Oct 6, 2023 that may be closed by this pull request
2 tasks
@JuneParkCode
Copy link
Member Author

  • profile Update 시 1글자 이하시 alert 제공
  • 409에서 alert 제거

# Conflicts:
#	42manito/src/pages/Mentorings/index.tsx
@JuneParkCode JuneParkCode merged commit 71d1424 into manito42:dev Oct 6, 2023
1 check passed
obvoso pushed a commit to obvoso/42manito-front that referenced this pull request Oct 27, 2023
* [fix]: 배너 수정

- 링크 새탭 처리
- 배너 모바일 환경 ml 변경
- 배너 이미지 없는 경우에도 받도록 처리

* [fix]: 상단 멘토링 탭 로그인 상태 반영

* [fix]: reservation -> Reservation

* [fix]: footer 42 manito 간격 모바일 중앙화

* [fix]: Mentorings 배너 링크 수정

* [fix]: 외부 사이트 경로일 경우에만 새탭으로 열도록 변경

* [fix]: profile Update hashtag.length > 1 적용

* [fix]: 409 alert 핸들링 제거
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 수정 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[todo] 링크 수정
3 participants