Skip to content

Commit 07f2c9a

Browse files
authored
remove code_schools page (#1791)
1 parent 73755d0 commit 07f2c9a

File tree

14 files changed

+4
-1177
lines changed

14 files changed

+4
-1177
lines changed

common/constants/navigation.js

+2-7
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ const getInvolved = {
5050
href: '/get_involved',
5151
};
5252

53-
const codeSchools = {
54-
name: 'Code Schools',
55-
href: '/code_schools',
56-
};
57-
5853
const merchStore = {
5954
name: 'Merch Store',
6055
href: '/swag',
@@ -82,7 +77,7 @@ const projectRebuild = {
8277

8378
const servicesGroup = {
8479
...services,
85-
sublinks: [podcast, codeSchools, projectRebuild],
80+
sublinks: [podcast, projectRebuild],
8681
};
8782

8883
const aboutUsGroup = {
@@ -109,7 +104,7 @@ export const mobileNavItems = flattenDepth(
109104
// MARK: Footer items
110105
export const footerItems = {
111106
column1: [about, contact, faq, services],
112-
column2: [chapters, codeSchools, jobs],
107+
column2: [chapters, jobs],
113108
column3: [getInvolved, podcast, history, donate],
114109
column4: [
115110
{

components/Cards/SchoolCard/SchoolCard.js

-183
This file was deleted.

0 commit comments

Comments
 (0)