From 3fb5a2c361388d206fed21862f486964dc5cbffb Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Tue, 22 Oct 2019 13:50:56 -0500 Subject: [PATCH] fix: separate certs from interview prep on landing page (#37462) --- client/src/components/landing/index.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/client/src/components/landing/index.js b/client/src/components/landing/index.js index 0a8572e70a..280e95b1ce 100644 --- a/client/src/components/landing/index.js +++ b/client/src/components/landing/index.js @@ -24,6 +24,7 @@ const BigCallToAction = () => ( export const Landing = ({ edges }) => { const superBlocks = uniq(edges.map(element => element.node.superBlock)); + const interviewPrep = superBlocks.splice(6, 1); return ( @@ -69,6 +70,15 @@ export const Landing = ({ edges }) => { ))} + +

Additional Learning:

+
    +
  • + +

    {interviewPrep}

    + +
  • +