diff --git a/src/App.js b/src/App.js
index 98ee7bd..dc04705 100644
--- a/src/App.js
+++ b/src/App.js
@@ -13,6 +13,7 @@ const App = () => {
} />
+ } />
} />
} />
diff --git a/src/components/KeyTerms.js b/src/components/KeyTerms.js
index b2f1665..01decc0 100644
--- a/src/components/KeyTerms.js
+++ b/src/components/KeyTerms.js
@@ -12,7 +12,7 @@ const KeyTermsComponent = (props) => {
return (
-
Key Terms: Chapter {props.chapter}
+
Key Terms: Chapter {props.chapter}
{keyTerms.map(([term, definition]) => (