Skip to content

Commit 25fdb75

Browse files
authored
Merge pull request #188 from udacityalumni/fix_kb_add_missing_footer_to_careers_page
Fix: Add AppFooter to NotYetReadyPage
2 parents 77c2627 + ce581ad commit 25fdb75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/pages/NotYetReadyPage/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ import React from 'react';
22
import cssModules from 'react-css-modules';
33
import styles from './index.module.scss';
44
import { MartinRulz } from 'components';
5+
import { AppFooter } from 'components';
56

67
const NotYetReadyPage = () => (
78
<div className={styles.container}>
89
<MartinRulz />
10+
<AppFooter />
911
</div>
1012
);
1113

0 commit comments

Comments
 (0)