-
Notifications
You must be signed in to change notification settings - Fork 6
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
Conversation
JuneParkCode
commented
Oct 6, 2023
- [todo] 링크 수정 #233
- 배너 링크 변경
- 배너에 이미지 없는 경우 이미지 출력 안하도록 변경
- 배너 모바일 css (간격) 일부 수정
- 배너 클릭시 새탭으로 이동하도록 변경
- 내부 경로는 현재 탭에서 이동
- reservation -> Reservation (page)
- footer 로고 모바일 중앙 정렬 안되는 문제 해결
- 링크 새탭 처리 - 배너 모바일 환경 ml 변경 - 배너 이미지 없는 경우에도 받도록 처리
There was a problem hiding this 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 && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이게 로그인 안하면 멘토링 버튼이 안뜨게 하는 기능 추가하신것 맞죠?
PR에 관련 내용이 없어서 한참 들어다 봤네요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 넵 맞습니다. PR에 로그인 관련 내용을 뺴먹었네요 ㅋㅋ..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
로그인 안 하면 멘토링 페이지를 띄우지 않는것은 당연한 건데 그걸 왜 지금까지 생각 못했을까요?
고생 많으셨습니다
|
# Conflicts: # 42manito/src/pages/Mentorings/index.tsx
* [fix]: 배너 수정 - 링크 새탭 처리 - 배너 모바일 환경 ml 변경 - 배너 이미지 없는 경우에도 받도록 처리 * [fix]: 상단 멘토링 탭 로그인 상태 반영 * [fix]: reservation -> Reservation * [fix]: footer 42 manito 간격 모바일 중앙화 * [fix]: Mentorings 배너 링크 수정 * [fix]: 외부 사이트 경로일 경우에만 새탭으로 열도록 변경 * [fix]: profile Update hashtag.length > 1 적용 * [fix]: 409 alert 핸들링 제거