Skip to content

Commit 4a543ff

Browse files
committed
remove(add-masters): 문구 제거
1 parent 48d9ccb commit 4a543ff

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)