Skip to content

Commit 8ebb1e6

Browse files
authored
πŸ§‘β€πŸ’» 251208: κΉ¨μ§€λŠ” ν…ŒμŠ€νŠΈ μˆ˜μ •
2 parents 75933ff + 4a543ff commit 8ebb1e6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

β€Žsrc/components/Footer/Footer.test.tsxβ€Ž

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@ describe("<Footer>", () => {
7272
name: LINK.RECRUIT,
7373
path: INTERNAL.RECRUIT,
7474
},
75+
// {
76+
// name: LINK.PRE_COURSE,
77+
// path: INTERNAL.PRE_COURSE,
78+
// },
7579
{
76-
name: LINK.PRE_COURSE,
77-
path: INTERNAL.PRE_COURSE,
78-
},
79-
{
80-
name: LINK.MASTERS_MAX,
80+
name: LINK.MASTERS,
8181
path: INTERNAL.MASTERS,
8282
},
83-
{
84-
name: LINK.CODE_TOGETHER,
85-
path: INTERNAL.CODE_TOGETHER,
86-
},
83+
// {
84+
// name: LINK.CODE_TOGETHER,
85+
// path: INTERNAL.CODE_TOGETHER,
86+
// },
8787
{
8888
name: LINK.FAQ,
8989
path: INTERNAL.FAQ,

0 commit comments

Comments
Β (0)