diff --git a/components/Footer/__tests__/__snapshots__/Footer.test.tsx.snap b/components/Footer/__tests__/__snapshots__/Footer.test.tsx.snap
index ea84ce041..3d73d3ac6 100644
--- a/components/Footer/__tests__/__snapshots__/Footer.test.tsx.snap
+++ b/components/Footer/__tests__/__snapshots__/Footer.test.tsx.snap
@@ -149,6 +149,13 @@ exports[`Footer > should render with no props passed 1`] = `
Our Team
+
+
+ Corporate Training
+
+
should render with no props passed 1`] = `
"href": "/project_rebuild",
"name": "Project Rebuild",
},
+ {
+ "href": "/corporate-training",
+ "name": "Corporate Training",
+ },
{
"href": "/chapters",
"name": "Chapters",
@@ -126,6 +130,10 @@ exports[`Nav > should render with no props passed 1`] = `
"href": "/project_rebuild",
"name": "Project Rebuild",
},
+ {
+ "href": "/corporate-training",
+ "name": "Corporate Training",
+ },
]
}
/>