Skip to content

Commit a5a975a

Browse files
committed
Merge branch 'develop'
2 parents 11d7e30 + ab8cccb commit a5a975a

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

src/components/Nav/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const Container = styled.div`
6464
const SubMenus = styled.div`
6565
display: none;
6666
position: absolute;
67-
top: 70%;
67+
top: 90%;
6868
6969
background-color: #141414;
7070

src/components/Nav/menus.ts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,14 @@ const Menus: MenuType = {
6363
// },
6464
// ],
6565
// },
66-
program: {
67-
name: "프로그램",
68-
onClick: ({ setOpenMenu, dispatch }) => {
69-
setOpenMenu(false);
70-
dispatch(openGlobalDialog(DIALOG_CONST_PROGRAM_NOT_HELD_ON_2024));
71-
},
72-
},
66+
// FYI 0929 충분히 안내가 되어서 제거
67+
// program: {
68+
// name: "프로그램",
69+
// onClick: ({ setOpenMenu, dispatch }) => {
70+
// setOpenMenu(false);
71+
// dispatch(openGlobalDialog(DIALOG_CONST_PROGRAM_NOT_HELD_ON_2024));
72+
// },
73+
// },
7374
ticket: {
7475
name: "티켓 구매",
7576
onClick: ({ setOpenMenu }) => {

0 commit comments

Comments
 (0)