feat : navigation UX 개선 #41
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.
PR 개요
작업 내용
1. 하위 메뉴 화살표 표시 로직 수정
"후원하기" 메뉴의 하위에 "후원사" 메뉴가 있지만
hide: true
인 경우 화살표가 표시되지 않았습니다.hide: false
인 하위 메뉴가 하나라도 있을 때만 화살표 표시하도록 변경했습니다.2. 메뉴 클릭 동작 개선
(디자인 팀 요청) 하위메뉴가 있는 경우 제목을 클릭하면 하위메뉴가 보이도록 수정했습니다.