[#92] Header logo를 클릭했을 때 메인 페이지로 이동 #97
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 작업 내용
/)로 이동하도록 구현합니다.💬 리뷰어에게 남길 말 (선택)
RollingPaperListPage에서 header를 제외한 영역을 viewport에 꽉 차게 늘리도록 수정하신 것을 확인했습니다.RollingPaperListPage의TopContainer에min-height속성을 제거하고,OnboardingLayout에서<main>영역에 높이를 지정하도록 수정했습니다.RollingPaperListPage외에MainPage에서도 같은 효과를 볼 수 있습니다.rolling-paper-list-page.jsx파일이 export하는 component 이름을 파일 이름과 동일하게 수정했습니다.ShowMessageList->RollingPaperListPage