diff --git a/client/src/containers/Homepage/HomepageContent.js b/client/src/containers/Homepage/HomepageContent.js index 7c6f9665a..198877e70 100644 --- a/client/src/containers/Homepage/HomepageContent.js +++ b/client/src/containers/Homepage/HomepageContent.js @@ -7,7 +7,7 @@ import 'style/pages/HomePage/HomePage.scss'; function HomepageContent() { return ( -
+
diff --git a/client/src/containers/Homepage/ShortcutBoxesSection.js b/client/src/containers/Homepage/ShortcutBoxesSection.js index b66b3d54a..cf712e952 100644 --- a/client/src/containers/Homepage/ShortcutBoxesSection.js +++ b/client/src/containers/Homepage/ShortcutBoxesSection.js @@ -21,19 +21,11 @@ function ShortcutBoxes({ sectionTitle, shortcuts }) {
{sectionTitle}
- - {/* {shortcuts.map(({ title, link, description }) => ( - - ))} */}
); } export default function ShortcutBoxesSection({ section }) { - return ( -
- -
- ); + return ; }