From 8f95b0964912cc5046483ef2a52f793fee6d91bd Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Mon, 8 Mar 2021 19:18:59 +0200 Subject: [PATCH] fix(homepage): boxes sections. --- client/src/containers/Homepage/HomepageContent.js | 2 +- client/src/containers/Homepage/ShortcutBoxesSection.js | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) 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 ; }