fix(client): landing page superblocks (#38914)

This commit is contained in:
Kristofer Koishigawa
2020-05-28 17:50:51 +09:00
committed by GitHub
parent 7fd92c5fe6
commit 18d2dca05b
2 changed files with 6 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ const AsFeaturedSection = () => (
export const Landing = ({ edges }) => {
const superBlocks = uniq(edges.map(element => element.node.superBlock));
const interviewPrep = superBlocks.splice(10, 1);
const interviewPrep = superBlocks.splice(-1);
return (
<Fragment>
<Helmet>